|
|
|
|
|
by trevordev
3852 days ago
|
|
Typescript has became my favorite language. The option of having types when you need them is great and the addition of async/await make working with promises a lot nicer. Ever since I've been able to use experimental features and get es6 support with typescript I've never looked back. The only thing lacking now is the tooling. The atom-typescript plugin is the best I've found but I would love to see better integration with other editors. Can't wait to see what comes to typescript next! |
|
For sublime, there is a plugin actively developed by Microsoft [1].
For vim, the plugin YouCompleteMe provide autocomplete [2].
Also, I haven't tried it, but there's an Emacs-mode, apparently [3].
There are also numerous other alternatives I'm unfamiliar with.
Hope this helps!
[1] https://github.com/Microsoft/TypeScript-Sublime-Plugin
[2] http://valloric.github.io/YouCompleteMe/#intro
[3] https://github.com/aki2o/emacs-tss