Home > Article > Development Tools > The tab key fails in vscode
Under the tab tab of the taskbar, click File--->Preferences--->Settings, open the setting interface
Set as shown below:
Pay attention to the problem of full half-width (can be copied directly)
"emmet.syntaxProfiles": { "vue-html":"html", "vue":"html" }
Note: v1.15.1 and later should be written as follows
"emmet.triggerExpansionOnTab": true, "emmet.includeLanguages": { "vue-html": "html", "vue": "html" }
Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of The tab key fails in vscode. For more information, please follow other related articles on the PHP Chinese website!