##!! 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 !
For the moment, it includes:
- Smart code auto-completion
- External files inclusion with references ( .ts and .d.ts )
- Quick Edit (open the declaration of what you clicked on)
##Installation
- Download and install Brackets: http://download.brackets.io/
- Run Brackets and in the File menu:
Install Extension...
>http://github.com/tomsdev/brackets-typescript-code-intel
Reload Brackets if the installation failed and try it!
You can open a TypeScript project or the sample project given with this extension in the Sample folder.
##Compatibility
- Tested on Mac and PC with Brackets version sprint 23 and TypeScript 0.8.2.
##Roadmap
- Errors in code
- Compile-on-save
- Documentation and signature viewer