typescript.java
typescript.java copied to clipboard
TypeScript IDE for Eclipse with JSDT & tsserver
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...
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
Since https://github.com/angelozerr/typescript.java/issues/63 minimal-json is not used for TypeScriptServiceClient. Remove this lib to use Gson.