Free Typescript editor with definition based code completion feature
- by NagyI
I know that a plugin for Visual Studio exists. However i can't afford VS so i'm looking for a free alternative which can be used to code TypeScript and aware of the .d.ts definition files and can do code completion based on them.
I know that Sublime Text and VIM can do syntax highlighting with the correct language definition file. However the…