!! This extension is looking for contributors to make it work with the latest version of TypeScript and Brackets !!
This extension adds support for writing TypeScript in Brackets!
It currently supports:
- Smart code auto-completion
- External files inclusion with references (
.ts
and.d.ts
) - Quick Edit (open the declaration of what you clicked on)
- Download and install Brackets from brackets.io
- Open the Brackets Extension Manager and search for "typescript intel"
You can open a TypeScript project or the sample project given with this extension in the Sample folder.
- Tested on Mac and PC with Brackets version sprint 23 and TypeScript 0.8.2.
- Errors in code
- Compile-on-save
- Documentation and signature viewer