snippet
snippet copied to clipboard
VSCode extension for storing code snippets.
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...
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"...
**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...
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...
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...
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...
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,...