snippet-generator
snippet-generator copied to clipboard
Snippet generator for Visual Studio Code, Sublime Text and Atom
I know this would be hard because of the interpolation, but you can just ignore stuff with `backticks` and anything that has a regex trigger. Just implement the basic stuff...
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
It would be nice to be able to paste an existing snippet into the right side and have it decode it into the left hand side for editing the snippet....

Current behaviour: When I select multiple lines in `Your snippet...` section and press `Tab`, it erases the selected code. Expected behaviour: All the selected lines should indent as in most...
Hello. $Variablenames in VSCode snippets need to be escaped with a double backslash, like: \\\\$Variablename to look like $Variablename in the inserted code. It gets tricky when $Variablenames follow a...
I use this generator all the time for VS Code, it's amazing. Could you add Visual Studio snippet support? https://docs.microsoft.com/en-us/visualstudio/ide/walkthrough-creating-a-code-snippet?view=vs-2019
If passing $variable it should provide \\$variable or else it will show "variable" instead of "$variable" on visual Code.
Hi, `jupyter` or anaconda notebook supports [snippets](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/snippets/README.html) using [nbextensions](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html) and follows a similar structure like `vs code`. However, this does not support a placeholder as of now. Can we feature...