snippet-generator icon indicating copy to clipboard operation
snippet-generator copied to clipboard

Snippet generator for Visual Studio Code, Sublime Text and Atom

Results 39 snippet-generator issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

* Added replace for bash variables of format `${variable}` and `$variable` * Additional testing should be done to ensure that tab stop placeholder variables such as `${1:placeholder}` are still properly...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Do we have support for adding multiple snippets? If no, can we have it?

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

hello! thanks for the great generator! few feature requests: 1) After pressing ctrl+i while having a word "dataset" selected, the generated placeholder should be ${1:dataset} instead of ${1:example}. As of...

- fixes issue #70 - added unit test setup with jest. - extracted the context state to a hook.

Issue #76. I think I fixed both issues. Nothing seems to be broken!

When quotation marks (") were used in snippet descriptions or triggers it did not replace them with \". This is an issue in both Atom and VSCode. When using single...