Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snippets as separate files #39989

Closed
Amparose opened this issue Dec 10, 2017 · 1 comment
Closed

Snippets as separate files #39989

Amparose opened this issue Dec 10, 2017 · 1 comment
Assignees
Labels

Comments

@Amparose
Copy link

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, etc

Version of VS Code 1.18.1

@jrieken
Copy link
Member

jrieken commented Dec 11, 2017

closing this as dupe of #22661 (snippets knowing their scope/language) and #13182 (global snippets)

@jrieken jrieken closed this as completed Dec 11, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants