Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if vscode writes vue code without a code hint?

2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail how to write vue code without code tips for everyone. Xiaobian thinks it is quite practical, so share it with you as a reference. I hope you can gain something after reading this article.

I. Install plug-ins

There is a button on the left to install plugins. Click it to install plugins through keyword search.

II. Plug-in configuration

File =》Preferences =》Settings =》User Settings

III. Plug-ins

vetur

Function: Code hint, highlight

Configuration:

"emmet.syntaxProfiles": { "vue-html": "html", "vue": "html" }

ESLint

Function: Code error checking

Configuration:

"eslint.validate": [ "javascript", "javascriptreact", { "language": "html", "autoFix": true // HTML autofix, }, { "language": "vue", "autoFix": true // vue Auto Fix } ], "eslint.autoFixOnSave": true //autofix when file is saved

File Peek

Function: Path jump

Configuration:

"file_peek.activeLanguages": [ "typescript", "javascript", "python", "vue"],"file_peek.searchFileExtensions": [ ".js", ".ts", ".html", ".css", ".scss", ".vue"] About "vscode writing vue code without code tips how to do" This article is shared here, I hope the above content can be of some help to everyone, so that you can learn more knowledge, if you think the article is good, please share it to let more people see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report