Feature: Ability to delete snippets from Command Palette
Closed this issue · 2 comments
jakebathman commented
For deleting snippets, it would be awesome to be able to delete them using an item in the Command Palette.
Ideally, this would:
- Be invoked, something like
SnippetMaker: Delete Snippet
- List all snippets in the palette for selection
- Prompt "Are you sure?" with
Yes
|No
options before deleting, withNo
selected by default to prevent accidental deletion. - Delete the snippet file.
- Show a notification in the status bar that the item was successfully deleted.
jakebathman commented
Since this functionality is included in PR #14, I'll close this issue. Thanks!
braver commented
I see that I need to do some ST2 backwards compatibility fixes, but a 2.0 release is coming very soon to provide this functionality.