We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vetur has some basic snippets built in like template, script & style. Can we have those with both vue & vue-ts snippets?
template
script
style
vue
vue-ts
The text was updated successfully, but these errors were encountered:
Volar doesn't have this. You're supposed to use VS Code's snippets instead. The maintainer's stance on this is here #183 (this issue is duplicate)
Sorry, something went wrong.
So this means, volar doesn't have default vue snippets and we have to create it on our own? Am i right?
Yes — you need to use https://code.visualstudio.com/docs/editor/userdefinedsnippets
Ok thanks, I'll make my own. Does the @johnsoncodehk accept PR related to basic vue snippets with this extension? If so, I can contribute to that.
You can submit pr and I will test it to see if it applies.
No branches or pull requests
Vetur has some basic snippets built in like
template
,script
&style
. Can we have those with bothvue
&vue-ts
snippets?The text was updated successfully, but these errors were encountered: