RandomFractals / vscode-snippets-viewer

Snippets viewer for VSCode
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.snippets-viewer
GNU General Public License v3.0
8 stars 1 forks source link

Add global snippets loading and display #47

Open RandomFractals opened 3 years ago

RandomFractals commented 3 years ago

should be similar to #12 for user-defined snippets and #46 for project scoped snippets, but loading .code-snippets files instead.

Might require actually loading those snippets and checking scope for a language list to update top level languages in the snippets tree view.

see: https://code.visualstudio.com/docs/editor/userdefinedsnippets#_language-snippet-scope

mig8447 commented 1 year ago

This would be nice, the tree would need to examine the scope on each snipped of the global files which may be time consuming but a cache could be built around it so that is not as expensive as time goes by