Home > Development Tools > VSCode > How to modify vscode template

How to modify vscode template

Release: 2020-01-15 16:37:16
Original
3914 people have browsed it

How to modify vscode template

Let’s take the HTML template in vscode as an example to see how to modify the vscode template.

1. Open the vscode installation directory and find the expand-full.js file.

How to modify vscode template2. Open the expand-full.js file, search for the lang

How to modify vscode template comment in this file and replace:

"doc": "html[lang=${lang}]>(head>meta[charset=${charset}]+title{}+link:css)+body",
Copy after login

Related article tutorial recommendations: vscode tutorial

The above is the detailed content of How to modify vscode template. 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