Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TypeScript Grammar ExtendedNew to Visual Studio Code? Get it now.

TypeScript Grammar Extended

Danny McGee

|
1,366 installs
| (1) | Free
Adds recognition of class variables by naming convention as a workaround for the lack of semantic highlighting in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TypeScript Grammar Extended

This extension adds a handful of features to VS Code's default TypeScript grammar.

Features:

  • Variable, import/export, and function identifiers in PascalCase will be tokenized as class names (workaround for VS Code's lack of support for semantic syntax highlighting, which will hopefully be fixed soon)
  • Object values in the format of template: `...` will be tokenized as embedded HTML (useful for 'inline' templates in Angular components and Angular Storybook stories)
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft