snippets icon indicating copy to clipboard operation
snippets copied to clipboard

Supercharge your Snippets in VS Code — Manage your code snippets without quitting your editor.

Results 18 snippets issues
Sort by recently updated
recently updated
newest added

I love the snippets extension. It's very useful for me. Please allow us to drag and drop snippets in the side bar so that I can easily move them around...

I liked the extension. Thank you very much. I also would like to request a sorting of snippet function. this would make it easier to locate the snippet.

Just like when defining User Snippets in VSCode, it would be helpful if this extension supported `prefix`. ``` { "Insert heading level 1": { "prefix": "heading1", "body": ["# ${1:${TM_SELECTED_TEXT}}$0"], "description"...

It'd be great to be able to move existing snippets to newly created or existing folders

enhancement

First, thanks for the great extension! Just one feature that I really miss: Language scope for snippets. Right now, all snippets work "globally" (with any coding language / file extension)....

Great extension so far! Wonder why VS Code doesn't have this built in. As I was using the extension I observed the need to view the snippet before I paste...

enhancement

As the TreeView API does not provide built-in implementation for reordering items. Snippets can add some custom implementation in order to move item from one folder to another (e.g right...

enhancement
help wanted

I really love the plugin, But here are some suggestions for you. I think these are necessary for this plugin and surely improve the overall experience. - ✅ Please add...

I'd like to see the ability to drag-n-drop snippets into pre-existing folders I've created to clean that area up. (I have a LOT of snippets.) If I create a snippet...

Hello. This is the only extension that gives the user the possibility to order, reorder and collect its own snippets in a very handy way ! Thank you, for building...

enhancement