As a user of Snippets, I want to be able to edit an existing snippet from within the app.
Currently I have to look up, or recall, where in the OS file system my custom snippets are stored. Then navigate the file system in order select a snippet file and open it in the app.
Instead, I want multiple ways within the app UI to locate, open, and edit Snippet files.
Idea 1
Add a “Snippet: Edit…” command to the Command Palette that opens an OS file browser at the location of the snippets folder/directory, so that a user can select an existing snippet to edit.
Idea 2
Currently, within the “Tools” > “Developer” sub-menu, there is a “New Snippet…” menu item. Add an “Edit Snippet…” menu item that opens an OS file browser at the location of the snippets folder/directory, so that a user can select an existing snippet to edit.