Change Log
4.2.0
- [#142] Added setting to require a double-click to insert a snippet from the tree (off by default).
- [#143] Reduced the published extension size from ~19MB to ~850KB by excluding README images from the package.
4.1.0
- [#113] Added folder coloring with optional cascade to child folders.
- [#137]
- Redesigned the snippet editor into a two-panel layout.
- Fixed snippet edits randomly not saving.
- [#138] Fixed snippet IntelliSense missing in remote (SSH) sessions.
- [#136] Added setting to open folders collapsed by default.
- [#135] Surfaced language-less Snippets as Global in IntelliSense.
- [#134] Added support for importing snippets into a dedicated folder (without overwriting).
4.0.0
- [#116]
- Added integration with GitHub Copilot Chat
- Added integration with Cursor AI Pane
- Added integration with Gemini Code Assist
- [#112] Added action buttons for improved usability
- [#111]
- Removed duplicate languages in language selector
- Sorted languages by alias for better navigation
- [#110]
- Fixed tooltip descriptions
- Enforced value change before updating snippet/folder
- [#108]
- Improved logging capabilities
- Updated FAQ documentation
- Fixed security vulnerabilities
3.1.0
- [#81] Added support for language scope with icons and auto-detect ✌.
- [#83] Added support for alphabetical sort.
- [#82] Added new action
Troubleshoot Snippets.
- [#51] Added support for folder icons.
- [#76] Fixed tab key on Snippet content editor.
- [#80] Added Snippet prefix and Global prefix in Settings.
- [#79] Unchecked Syntax Resolving for new snippets.
- [#78] Added description field to Snippets.
- [#77] Expanded the Snippet tooltip size.
- [#70] Added support for Drag and Drop into active editor.
- Added configurable
Camelize to Snippets labels in IntelliSense (Checked by default).
- Added Developer Mode setting.
- Additional bug fixes.
3.0.0
- [#56] Added support for drag and drop 🙌.
- Added new command for copying Snippet to clipboard.
- Made configurable the automatic execution of copied commands in terminal.
- Updated vulnerable dependencies.
2.2.2
- Update vulnerable dependencies.
2.2.1
- Update vulnerable dependencies.
2.2.0
- [#37] Add feature to Import/Export Snippets.
- [#43] Customize suggestions trigger key.
- [#44] Show confirmation alert before removing snippet/folder.
2.1.1
- Update vulnerable dependencies.
2.1.0
- Provide snippets as suggestions via IntelliSense or by typing character ‘
>’.
- Update vulnerable dependencies.
2.0.2
- Provide safer logic when dealing with restore process.
- Rename backup instead of deleting it.
2.0.0
- Use
globalState as default snippets location. No more files in filesystem !
- Enable sync using VS Code API.
- Polish the usability of option
snippets.useWorkspaceFolder.
- Refresh snippets across multiple open workspaces in more efficient way.
- Add GitHub Actions to automate Code Analysis.
1.2.1
- Fix typos in code + ESLint warnings.
1.2.0
- Set workspace specific snippets and allows snippets to sync via git with your
.vscode folder.
1.1.1
- [#18] Make default snippets path available after fresh installation.
1.1.0
- [#16] Sync snippets across open workspaces.
- [#8] Enable/disable snippets syntax resolving.
- [#14] Change default snippets location using settings property
snippets.snippetsLocation.
1.0.0
Initial release of the extension.