https://github.com/diberry/vscode-extension-recipes
bits of code for common tasks
https://github.com/diberry/vscode-extension-recipes
Last synced: 5 months ago
JSON representation
bits of code for common tasks
- Host: GitHub
- URL: https://github.com/diberry/vscode-extension-recipes
- Owner: diberry
- License: mit
- Created: 2019-01-06T23:02:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T23:14:39.000Z (over 7 years ago)
- Last Synced: 2024-10-06T09:44:05.082Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Recipes
This repository has the common vscode-extension code bits I need.
## Docs
* [VS Code Extension](https://code.visualstudio.com/api) docs
* VS Code Extension [API](https://code.visualstudio.com/api/references/vscode-api) docs
## Samples
* Official [Samples](https://github.com/Microsoft/vscode-extension-samples)
* Rebornix [Reverseword](https://github.com/rebornix/vscode-reverseword) Samples
* [MD tools](https://github.com/Microsoft/vscode-MDTools)
* The extensions in the [Marketplace](https://marketplace.visualstudio.com/vscode) have a link to the repos so that is another source of samples