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

🐤 A Visual Studio Code extension for cheat.sh. Quickly and easily find code snippets for any language right inside your IDE.

Results 31 vscode-snippet issues
Sort by recently updated
recently updated
newest added

As soon as #27 gets merged, we could add a config option for changing the snippet title. The default would be `[language] snippet query`, e.g. `[python] split string`, but we...

enhancement
help wanted
good first issue

We should have a way to grab error messages from the command line. In VSCode, we've got "output", "debug console" and "terminal" and each can contain things to search for....

enhancement
help wanted
good first issue

Since this plugin is slowly gaining popularity, I'd like to avoid breaking it with a bad release. Hence, I'd like to add some unit tests. I have no idea how...

enhancement
help wanted
good first issue

In #5, @chubin mentioned a new interface for live suggestions in cheat.sh: ``` $ curl cheat.sh/python/create+empty?query=complete create empty list create empty array create empty file create empty dict create empty...

enhancement
help wanted

See https://github.com/chubin/cheat.sh/pull/142#issuecomment-496304369

enhancement
help wanted

Maybe it's possible to have a custom tree view for quickly searching through snippets? https://github.com/Microsoft/vscode-extension-samples/tree/master/tree-view-sample Not sure if the API provides a custom search box, though.

enhancement
help wanted
good first issue

## Summary | Status | Count | |---------------|-------| | 🔍 Total | 16 | | ✅ Successful | 15 | | ⏳ Timeouts | 1 | | 🔀 Redirected |...

report
automated issue

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 1.1.2. Release notes Sourced from axios's releases. v1.1.2 [1.1.2] - 2022-10-07 Fixed Fixed broken exports for UMD builds. Contributors to this release Jason Saayman v1.1.1...

dependencies

Bumps [vsce](https://github.com/Microsoft/vsce) from 1.87.1 to 2.11.0. Release notes Sourced from vsce's releases. v2.11.0 2.11.0 (2022-08-29) Bug Fixes correct program path in launch.json (#771) (5110bcf) Features expose all options to packaging...

dependencies

Currently users can backup snippets either by using the built-in VSCode Sync backups (but only if VSCode Sync is enabled) or by creating a backup copy of the `state.vscdb` file...