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

Suggestion: Clone/Duplicate Snippet functionality #4

Closed carloscadux closed 2 years ago

carloscadux commented 2 years ago

I'd suggest a Clone/Duplicate Snippet functionality, which would speed up the creation of the new snippets based on existing ones. Regarding GUI, maybe an extra icon would do the job. Thank you!

image

zjffun commented 2 years ago

Good idea, I'll add it soon. We can click this button and open the duplication with edit state in editor.

carloscadux commented 2 years ago

We can click this button and open the duplication with edit state in editor.

Perfect!

Also in the 'name' filed, if it is possible to automatically append 'cloned' suffix would be convenient to avoid the Duplicate object key error in advance.

image

zjffun commented 2 years ago

There is a mechanism to prevent duplicate names that will trigger when saving snippets. If the same name is found, it will automatically add a number behind.

zjffun commented 2 years ago

Added in Release v0.1.1 .

carloscadux commented 2 years ago

Tested. Many thanks for the improvement!