jugyo / SublimeSnippetMaker

Makes managing snippets easy in Sublime Text
74 stars 15 forks source link

Add ability to delete snippets using the Command Palette #12

Closed jakebathman closed 7 years ago

jakebathman commented 8 years ago

After creating issue #11, I decided to add the ability myself.

This revision allows a user to delete a selected snippet using the command Delete Snippet. It will bring up a list of snippets to select, followed by a final Yes/No prompt before deleting the snippet file.

Tested on ST3 build 3083, Windows 7 x64

math2001 commented 7 years ago

Why don't you just open it, and then you use something like SideBarEnhancement or FileManager (working progress) to delete it?