snippet icon indicating copy to clipboard operation
snippet copied to clipboard

VSCode extension for storing code snippets.

Results 25 snippet issues
Sort by recently updated
recently updated
newest added

Hi! First of all, thank you for an awesome extension. When I try to export my snippets the resulting json is an empty array. Any idea why this is? I...

It would be exellent to be able to edit snippet tags.

enhancement

1. As already suggested, implement the use of Variables $ 1, $ 2 .... (which is a nice feature offered by VS CODE) 2. Currently it is possible to "catalog"...

enhancement

**Is your feature request related to a problem? Please describe.** Yes - when you try to type a keyword relevant to a language and autocompletion list shows up, the snippets...

My IntelliSense lost half of the data from the list. Not subject to setting. Can't be used. Probably, the filling of the offer list is broken.

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.5 to 7.24.5. Release notes Sourced from @​babel/traverse's releases. v7.24.5 (2024-04-29) Thanks @​romgrk and @​sossost for your first PRs! :bug: Bug Fix babel-plugin-transform-classes, babel-traverse #16377 fix: TypeScript...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

I'm not sure if I missed something. I'd like to know if it's possible to automatically place the cursor somewhere specified after generating the code by the snippet. For example,...