-
Notifications
You must be signed in to change notification settings - Fork 37.5k
Closed as not planned
Labels
*questionIssue represents a question, should be posted to StackOverflow (VS Code)Issue represents a question, should be posted to StackOverflow (VS Code)
Description
I want to implement a vscode code snippets plugin, general code snippets plugin code snippets are maintained in the plugin's snippets directory
I want to implement a vscode code snippets plugin, I hope to be able to read the vscode-snippets directory under the vscode workspace code snippets file to realize dynamic code snippets.
The final result is as follows:
a project workspace, vscode-snippets has a,b,c code snippets, vscode opens a project workspace, then can use a,b,c code snippets.
Under project b workspace, vscode-snippets have code snippets e,f,g. If vscode opens project b workspace, it can use code snippets e,f,g.
What should I do?
Metadata
Metadata
Assignees
Labels
*questionIssue represents a question, should be posted to StackOverflow (VS Code)Issue represents a question, should be posted to StackOverflow (VS Code)