Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set up vscode template

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces how to set up the vscode template, the article introduces in great detail, has a certain reference value, interested friends must read it!

How to set the template in vscode:

Select File > preferences > user Code snippet

Select the file for which you need a custom template, and take vue as an example

Configure the corresponding file json

Write the code snippet in json. Each snippet is defined under a snippet name and has prefix, body, and description. Prefix is used to

That triggers the code snippet. Specify the cursor position using things like $1 and so on, these numbers specify the order in which the cursor jumps, and $0 indicates the final cursor position.

{"vue-template": {"prefix": "vue", "body": ["", "" export default {"," name:'$1mm, "" data () {"," return {"," "}", ". $1 {", "", "}", "]," description ":" my vue template "}} these are all the contents of the article" how to set up vscode templates " Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report