zjffun / vscode-snippets-manager

Create and edit snippets easily.
https://marketplace.visualstudio.com/items?itemName=zjffun.snippetsmanager
MIT License
36 stars 5 forks source link

Please add copy&paste or drag&drop to the managers GUI #20

Closed LukasGold closed 1 year ago

LukasGold commented 1 year ago

This is the best snippet manager I have found among all of the VS Code extensions. It provides exactly the editing features, I wanted to see (especially using the built-in snippets syntax).

I want to suggest an enhancement: Could you please add drag&drop or copy&paste functionality so that snippets that have been created via right-click & "Create snippet" and are listed in the Workspace Snippets can easily be transferred to the User Snippets?

Thank you for consideration

zjffun commented 1 year ago

We investigated these two solutions and found that dragging and dropping cannot move snippets across trees (such as can't drag from the workspace to the user), so we are going to use copy and paste to complete this function.

Now it's available in v0.2.2 🎉.

Thanks for your advice!

Screen Shot 2023-06-17 at 01 36 12
LukasGold commented 1 year ago

Hey there!

Thank you for the quick implementation. It works like a charm :)