18 commonly used by individualsvscodePlug-in, specific functions of their own Baidu.

HTML &Vue tag auto-completion configuration

PS: I’ve been looking for this for a long time.

1- Install the HTML Snippets plugin first

2- Go to File-Preferences-Settings and do the following

3- Then add the following code in setting.json

4 –

{" workbench.IconTheme ": "vscode-icons", // vscode-icons file iconTheme" files.associations": {// "*.vue": "HTML" / / change this guild vue icon}, "emmet. TriggerExpansionOnTab" : true, "emmet. IncludeLanguages" : {" vue - HTML ":" HTML ", "vue" : "HTML"}, // These three lines are the key to setting the tag "editor.formatonSave ": true, // This is saved automatically formatted" files.autosave ": "afterDelay", "files.autosaveDelay ": 1500, "Editor.QuickSuggestions ": null, // 1.5S autosaves files //" Editor.QuickSuggestions ": null}

Continuous update in ing