Home > Article > Development Tools > The tab key cannot be used in vscode
Tab tab in the taskbar, File--->Preferences--->Settings
Be careful not to write it wrong, full half-width problem. You can directly copy the following content:
"emmet.syntaxProfiles": { "vue-html":"html", "vue":"html" }
(Recommended learning video: java video tutorial)
As shown in the picture:
##Note: This should be written after v1.15.1."emmet.triggerExpansionOnTab": true, "emmet.includeLanguages": { "vue-html": "html", "vue": "html" }Finally restart vscode. Recommended related tutorials:
The above is the detailed content of The tab key cannot be used in vscode. For more information, please follow other related articles on the PHP Chinese website!