The web front end uses the vscode plugin

  1. Chinese (Simplified) Language Pack for Visual Studio Code: Chinese (Simplified) Language Pack for VS Code
  2. vscode-icons: set file icon theme
  3. Terminal: A cmd-like terminal program is embedded in the editor
  4. Live Server: Start a development local server with live reload for static and dynamic pages
  5.  Path Intellisense: Visual Studio Code plugin to autocomplete filenames
  6. Auto Rename Tag: Automatically complete the synchronous modification of tags on the other side of HTML/XML
  7. Bracket Pair Colorizer: Used to color matching square brackets
  8. Vetur: Vue multi-functional integration plugin, including: syntax highlighting, smart prompt, emmet, error prompt, formatting, auto-completion, debugger. The official Vue plugin of vscode, a must for Vue developers.

Guess you like

Origin blog.csdn.net/weixin_42754922/article/details/123469078