snippets
snippets copied to clipboard
Language scope for snippets
First, thanks for the great extension! Just one feature that I really miss: Language scope for snippets.
Right now, all snippets work "globally" (with any coding language / file extension). But I don't want Javascript snippets to be suggested when I'm writing CSS... Or Python snippets to be suggested when I'm writing C#... Etc...
So it would be great to be able to define language scope for each snippet. Default scope could be the same file extension that is currently opened in VS Code.
(This is likely not a problem for those who prefer to pick snippets with mouse (there can be separate snippet folders for different programming languages), but I prefer to select snippet by using keyboard (by writing ">" + snippet name).)