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

The method of creating Code template by vscode

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

Share

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

This article mainly introduces the method of creating code template by vscode, which is very detailed and has certain reference value. Friends who are interested must finish reading it.

Select File > preferences > user Code snippet from the menu

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 trigger code snippets. 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 vscode creates code 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