Home  >  Article  >  Development Tools  >  The tab key cannot be used in vscode

The tab key cannot be used in vscode

王林
王林Original
2020-03-14 16:11:525175browse

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:

The tab key cannot be used in vscode

##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:

vscode tutorial

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!

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