Vscode writes common plugins for Vue

When Vscode writes Vue, the attribute tag cannot be closed automatically

The following plugin needs to be installed:
1, Auto Close Tag—— Automatically close HTML/XML tags

insert image description here
.

2, Auto Rename Tag—— Automatically complete the synchronous modification of the label on the other side
insert image description here
.
Other commonly used plug-ins --------------------------------- -------------------------------------------------- ---------------------------------

3, JavaScript(ES6) code snippets—— ES6 syntax intelligent prompt and fast input, in addition to js, ​​it also supports .ts, .jsx, .tsx, .html, .vue, which saves the time of configuring it to support various js code files.
insert image description here
4
, Path Intellisense— — Automatic path completion
insert image description here
.

5. HTML CSS Support——Let the class be written on the html tag to intelligently prompt the styles supported by the current project
insert image description here

Guess you like

Origin blog.csdn.net/qq_45399396/article/details/130383377