[Feature Request] Add ability to edit fragments
Instead of having to paste and then modify and create a new one, have the ability to edit code fragments via context menu.
Hi @dcinzona,
Good idea!
I did some thinking on how this could be implemented. What would be ideal is to open the content of the fragment in a "virtual" document, and be able to save it after editing. As it turns out, this is not possible today with the VSCode extension API (although many people are asking for it, so it might be implemented), so I'll have to look for some alternative approach.
Its a great extension, but a handicap is editing the fragments. Any inspiration form this extension? https://marketplace.visualstudio.com/items?itemName=JonasGann.fragment-editor
Or some way to open the json directly instead of exporting/importing?