brackets-typescript
v1.1.0
Published
Adds TypeScript support to Brackets
Maintainers
Readme
brackets-typescript 
Brackets extension which provides support for working with TypeScript.
How to install
Features
- syntax highlight using CodeMirror TypeScript mode
- code inspection using TypeScript compiler (respecting
tsconfig.json) - code completion using TypeScript completion API
- code linting using TSLint (only enabled when
tslint.jsonis found in the project root)
