Home  >  Article  >  Development Tools  >  The tab key fails in vscode

The tab key fails in vscode

王林
王林Original
2019-12-31 14:46:144626browse

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"
}

The tab key fails in vscode

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn