pawelgrzybek / snippet-generator

Snippet generator for Visual Studio Code, Sublime Text and Atom
https://snippet-generator.app/
1.74k stars 202 forks source link

Do the opposite operation (snippet -> "human readable") #23

Closed duchainer closed 5 years ago

duchainer commented 5 years ago

When reworking past snippets, it would be useful to be able to paste it in the IDE format to edit it without having to rewrite part of it.

I might try to do a PR in the next few days for it.

pawelgrzybek commented 5 years ago

Hi.

If you need to do something like that, just invoke a snippet in IDE and then paste it to the app. I know it it generated few more steps but it keeps the app logic simple. I would like to keep it that way.

Thanks

sweepies commented 5 years ago

Doing that, you have to put all the variables in again. I don't think that's a good solution.