microsoft/vscode-sublime-keybindings

Support importing of user snippets

Opened this issue · 0 comments

This issue has been moved from Microsoft/vscode-sublime-importer/
Original author is @auchenberg@auchenberg


We should support importing user snippets from Sublime Text. Snippets are scoped to a file glob pattern, which we can convert into our language groups.

A blocker is that Sublime snippets can be global, and we don't support this yet. This work is tracked in microsoft/vscode#13182