You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alm.tools a complete TypeScript development environment available as a simple npm package npm i alm -g.
Atom
Atom-TypeScript, a TypeScript language service for Atom developed by TypeStrong
CATS
Code Assistant for TypeScript (CATS) - is an open source TypeScript development environment that runs on OS X, Windows, and Linux.
Since it is also written in TypeScript, it can be easily extended if required.
If you would like to have as-you-type completion, you can install YouCompleteMe and add the following code into your .vimrc to specify what token will trigger the completion. YouCompleteMe will call into its respective TypeScript Plugin for semantic queries.