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

There is a neat feature in JavaScript Eclipse (also in PyDev): 1. Go to name, and let the occurrences highlight. 2. Click ctrl+2 and then r It goes to rename...

enhancement

![projectexploreroutline](https://f.cloud.github.com/assets/320332/1669059/56c5f46a-5c70-11e3-9184-c2596e014fac.png) As seen in the above screenshot - javascript files, like the one generated by the typescript compiler, get a document outline under the file within the Project Explorer pane....

enhancement

I don't know exactly what this feature is called. What I mean is, when the caret is on top of an identifier, that identifier and all other references to that...

bug

As title said. I guess most settings found in JavaScript->Editor would be nice to have at some point. I understand if that's too much work right now but templates would...

enhancement

Ctrl+Arrow moves the cursor left or right by a word. In Eclipse's Java editor, this can be made to honor camel-case words (Prefs -> Java -> Editor -> Smart caret...

enhancement

Waiting on https://typescript.codeplex.com/workitem/1494

enhancement

(As discussed in emails) It would be great if outline view and command+O would display type information for member variables, and return types for functions

enhancement