Overview Version History Q & A Rating & Review
Snippet
Vscode extension that allows users to create and insert user defined code snippets.
This plugin is still in beta, please create an issue or feature request if you notice anything I've missed.
Features
Create your own reusable code snippets;
Ability to search and group code snippets
Integrated Terminal Snippets
Import and Export snippets
Share snippets (Coming soon)
Create Snippet demo
Insert Snippet demo
Edit Snippet demo
Terminal Snippet demo
Import & Export (introduced in v1.0.0)
To import and export snippets, open the command panel (cmd + shift + p) on Mac, and search for import snippets or export snippets.
When exporting it doesn't actually save a file to your machine, you will need to cmd + shift + s and choose a location to save.
When importing you need to make sure its a valid json array and that the json object is correct, run an export to see an example.
Known Issues
Release Notes
1.1.0
Added ability to delete all snippets using the command pallet
Terminal Snippets Export command
Added sorting to snippets to always sort alphabetically
Added ability to edit snippet tags & improved edit snippet form
Added snippet previewing in the main sidebar
1.0.0
Added ability to import & export snippets
0.1.0
Updated demo videos for better resolution
Added limited set of terminal snippet features, (Add, edit, insert)
Performance Improvements.
0.0.7
Added missing icons for dart snippets
Added ability to edit snippets
0.0.2
Fixed issues with naming consistency
Added ability to click a Snipp to insert at current cursor location
Added Missing Icon for scss Snipps
0.0.1
Initial release of Snippet