Vscode editor commonly used plug-in management

A list of commonly used plugins to help you develop more efficiently

chiness

The vscode editor is changed to Chinese mode. People with a certain level should keep using English, after all, it is useful for English learning.
insert image description here

auto rename tag

When the start tag is modified , the end tag will be modified synchronously
insert image description here

live server

You can run the html file to the browser as a local server, and the browser will automatically refresh after modifying the code.
insert image description here

open in browser

In the .html file of vscode, right-click the blank area and select open in browser in the menu to jump directly to the browser to open the html file.
insert image description here

winter

Provide syntax highlighting, smart prompts, etc. for vue code
insert image description here

vscode-icons

Folder and file icons
insert image description here

auto close tag

Automatically close html/xml tags
insert image description here

Markdown All in One(书写Markdown)


Common shortcut keys for markdown can be written in vscode :
ctrl+shift+v real-time preview
insert image description here

Guess you like

Origin blog.csdn.net/qq_48959843/article/details/131167896