sdras / vue-vscode-snippets

These snippets were built to supercharge my workflow in the most seamless manner possible.
https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets
MIT License
1.33k stars 183 forks source link

How to edit v-base template ? #82

Closed ghost closed 3 years ago

ghost commented 4 years ago

How to edit v-base template ?

Thank you

wellbrained commented 3 years ago

You can either edit the template in the snippet folder (Command in VSC: Open Extension Folder and then go to sdras.vue-vscode-snippets-xxx).

However those changes will be overwritten with an update of the extension. Instead I'd create a new snippet and copy paste the snippets from there and change it to your liking.

sdras commented 3 years ago

What @Brainyac said :)

There are a few different versions of vbase now, maybe there's one that fits your needs. Open to PRs too!