VS code front-end development and use

Visual Studio Code (abbreviated VS Code / VSC) is Weiruan company launched a free open source lightweight modern code editor that supports almost all mainstream development language syntax highlighting, smart code completion, GIT and other features, support Plug-in extensions and more.

  • Open source than sublime, lighter than webstorm
  • Smart tips are powerful
  • Comes with emmet (code completion)
  • Plug-in installation is very convenient
  • Comes with powerful debugging functions
  • Software cross-platform support Win, Mac and Linux

1. Installation package: Link: https://pan.baidu.com/s/1sHq194gSbow4ZyoHaojNxw
Extraction code: go8x
2. After installation, download the plug-in:
Insert picture description here
Insert picture description here
Recommended plug-in for personal use:

Plug-in name effect
Chinese (Simplified) Language Pack for VS Code Chinese (Simplified) Language Pack
Open in Browser Right click and select the browser to open the html file
JS-CSS-HTML Formatter Every time you save, it will automatically format the js css and html code
Auto Rename Tag Automatically modify matching HTML tags
live server Browser real-time refresh function
Highlight Matching Tag Highlight the corresponding HTML tags

For more plug-ins, please refer to other excellent blogs .

Guess you like

Origin blog.csdn.net/pilgrim_121/article/details/112687728