eclipse-typescript
eclipse-typescript copied to clipboard
An Eclipse plug-in for developing in the TypeScript language.
Basically just make a quick UI screen to configure the task tags like the one for Java.
First my configuration as reference: - Windows OS; - Using git, with generated output files tracked; - Eclipse "Build automatically" active; - Source build path set, output folder empty (but...
It would be nice to have an option to inject JsDoc on wanted items (class, interface, module, variable, function, ...). Asx a right click on the wanted item. It can...
Since we're developing out some new features and plan to be changing things, we probably should unit test the code...
Would love to use 'Open Type' (like for java classes ctrl+shift+t) to open type script classes/interfaces/.. Haven't found that enhancement in this list, and i don't think it is supported...
Wondering if debugging is on the roadmap, and if so, when might it be expected? Thank you so much for a great plugin!
We are holding off on this for now because the formatter doesn't play well with promise chains: https://typescript.codeplex.com/discussions/454431
In JDT and PDT it works like this:  (note also that the current parameter is highlighted).
Often I get exception below when trying to format file with Ctrl+Shift+F. What seems to help in such situation is to restart eclipse. After that it usually works OK. (not...