I'm creating a snippet file for my project. However, I only want to defined the scope for some snippets for Vue Files only. Of course I know I can omit the scope property to apply it in all kinds of files, but I don't want that.
I tried different options (vue, html, vuejs
) like this:
However this snippet is not being displayed.
If I removed the scope, the snippet is displayed.
But I don't want this, because it shows up in all kinds of files where I don't need it.
I searched in the official documentation in: https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-scope but they don't show the list of different possibilities, including of course VueJS.