typescript.java icon indicating copy to clipboard operation
typescript.java copied to clipboard

TypeScript IDE for Eclipse with JSDT & tsserver

Results 57 typescript.java issues
Sort by recently updated
recently updated
newest added

First of all, this is the best typescript plugin for eclipse right now. Great work! There is a small problem. If you use outline view (ctrl + o) it appears...

As requested in angelozerr/angular2-eclipse#27, the plugin should be able to show code coverage results of `karam` tests. I had a quick look at it and it seems like we have...

Remove unnecessary imports and sort them

Wait for TypeScript fix

When I download a project from SCM repository, containing `src/tsconfig.json`, TypeScript Builder is not activated. So, I must open the file and mark that checkbox. After doing this, in order...

Provide wizards o generate class, enum, interfaces. @Springrbua please follow this issue.

See VSCode https://github.com/Microsoft/vscode/blob/master/extensions/typescript/src/features/formattingProvider.ts#L156 which consume tsserver

Compilation on save (even in the new tsserver-based implementation) does not work across multiple _Eclipse_ projects. More precisely, if a file referenced by another project (usually with a `../` path)...

Wait for https://github.com/Microsoft/TypeScript/issues/6487

Wait for TypeScript fix

Since https://github.com/angelozerr/typescript.java/issues/63 minimal-json is not used for TypeScriptServiceClient. Remove this lib to use Gson.