Files
vscode-extension-samples/language-configuration-sample/README.md
2018-12-16 21:08:20 -08:00

707 B

Language Configuration Sample

This is the source code for the Language Configuration Guide. This sample controls the following Declarative Language Features for JavaScript:

  • Comment toggling
  • Brackets definition
  • Autoclosing
  • Autosurronding
  • Folding
  • Word pattern
  • Indentation Rules

VS Code API

Contribution Points

Running the Sample

  • Run the Run Extension target in the Debug View