Files
vscode-extension-samples/snippet-sample/README.md

14 lines
452 B
Markdown
Raw Permalink Normal View History

2018-11-14 13:48:47 -08:00
# Snippet Sample
This is the source code for [Snippet Guide](https://code.visualstudio.com/api/language-extensions/snippet-guide).
2018-11-14 13:48:47 -08:00
## VS Code API
### Contribution Points
- [`contributes.snippets`](https://code.visualstudio.com/api/references/contribution-points#contributes.snippets)
2018-11-14 13:48:47 -08:00
## Running the Sample
- Run the `Run Extension` target in the Debug View
- When you type `log` in a JavaScript file, you would see the snippet `Print to console`.