vscode-snippet
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.
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...
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....
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...
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...
See https://github.com/chubin/cheat.sh/pull/142#issuecomment-496304369
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.
## Summary | Status | Count | |---------------|-------| | 🔍 Total | 16 | | ✅ Successful | 15 | | ⏳ Timeouts | 1 | | 🔀 Redirected |...
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...
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...
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...