The current implementation of snippets' data is narrow and awkward. By clustering all snippets by language into JSON files it makes it difficult to share, version, and create snippets per projects. SublimeText's implementation of file-per-snippet in a user-defined folder structure is much more flexible.
Perhaps a middle ground would be allowing multiple namespaced JSON files to be concatenated and loaded. E.g. less.json, less_SomeName.json, less_ProjectName.json, etc
Requesting better snippet storage ystem:
The current implementation of snippets' data is narrow and awkward. By clustering all snippets by language into JSON files it makes it difficult to share, version, and create snippets per projects. SublimeText's implementation of file-per-snippet in a user-defined folder structure is much more flexible.
Perhaps a middle ground would be allowing multiple namespaced JSON files to be concatenated and loaded. E.g.
less.json
,less_SomeName.json
,less_ProjectName.json
, etcVersion of VS Code 1.18.1