Home > Development Tools > VSCode > How to complete tags in vscode

How to complete tags in vscode

王林
Release: 2020-02-19 17:51:10
Original
3226 people have browsed it

How to complete tags in vscode

Install plug-in

How to complete tags in vscode

Configure files.associations object

How to complete tags in vscode

( Related tutorial recommendations: vscode tutorial)

The page after opening is as follows:

How to complete tags in vscode

Find "files.associations" in the Comm Used list : {}

How to complete tags in vscode

Add a line:

How to complete tags in vscode

Similarly, make changes in Workspace settings.

Add a line:

How to complete tags in vscode

##After saving, go back to the js file, hit the
tag, auto-complete, and the code will take effect.

For more programming related content, please pay attention to the

Programming Introduction column on the php Chinese website!

The above is the detailed content of How to complete tags 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