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

The tab key fails in vscode

王林
Release: 2019-12-31 14:46:14
Original
4677 people have browsed it

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"
}
Copy after login

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"
}
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template