An open API service indexing awesome lists of open source software.

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

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