THIS PLUGIN IS NOT MAINTAINED. I recommend using https://github.com/Railk/T3S
A Sublime Text plugin for the Typescript language.
- Inline error highlighting as you type
- Autocompletion
Install Node.JS
Clone the repository in your sublime "Packages" directory.
cd ~/Library/Application Support/Sublime Text 3/Packages
git clone https://github.com/seanhess/sublime-typescript
Make sure you set auto_complete: true
, either in your global settings or typescript.sublime-settings
- Autocomplete is finicky if set to false
- It does not follow references except on the first file, run the
Typescript: Start Here
command to reload on the current file