Home  >  Article  >  Development Tools  >  The tab key is invalid in vscode

The tab key is invalid in vscode

王林
王林Original
2020-01-10 09:20:404532browse

The tab key is invalid in vscode

Solution:

1. Click File--->Preferences--->Settings

2. In User Settings Make the following settings in:

Be careful not to write it wrong, it’s a full-width and half-width problem. You can directly copy the following content:

"emmet.syntaxProfiles": {
"vue-html":"html",
"vue":"html"
}

As shown in the picture:

The tab key is invalid in vscode

Recommended related article tutorials: vscode tutorial

The above is the detailed content of The tab key is invalid 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