eclipse-typescript icon indicating copy to clipboard operation
eclipse-typescript copied to clipboard

An Eclipse plug-in for developing in the TypeScript language.

Results 68 eclipse-typescript issues
Sort by recently updated
recently updated
newest added

Basically just make a quick UI screen to configure the task tags like the one for Java.

enhancement

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...

bug

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...

enhancement

Since we're developing out some new features and plan to be changing things, we probably should unit test the code...

enhancement

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...

enhancement

Wondering if debugging is on the roadmap, and if so, when might it be expected? Thank you so much for a great plugin!

enhancement

Please add option to sort items by name in Outline view.

enhancement

We are holding off on this for now because the formatter doesn't play well with promise chains: https://typescript.codeplex.com/discussions/454431

enhancement

In JDT and PDT it works like this: ![image](https://cloud.githubusercontent.com/assets/5137942/3877622/8f8e2bac-2167-11e4-97ac-064fab3297b6.png) (note also that the current parameter is highlighted).

enhancement

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...

bug