typescript.java
typescript.java copied to clipboard
TypeScript IDE for Eclipse with JSDT & tsserver
I've got a TypeScript project for some AngularJS directives. So, which this project it's used, it'll be used in the context on AngularJS. The code references 'angular', but that currently...
I'm noticing that while editing, some editing actions seem to trigger automatic folding.\ I've seen this happen for example when copy/pasting stuff, when using code completion to insert new stuff....
What features are provided by TypeScriptBuilder that are not provided by the TS Server Watch mode? Probably to use `tsserver -w` could be a simpler solution to issues like for...
Compile on save generates what might be a related problem? ``` Errors occurred during the build. Errors running builder 'TypeScript Builder' on project 'Zerr'. Error while compiling with tsserver java.util.concurrent.ExecutionException:...
The language services provided by tsserver require at least one file to be open among the ones belonging to the scope of a _tsconfig.json_. A file is open if an...
Use official CodeLens Eclipse project https://github.com/angelozerr/codelens-eclipse and remove codelens from typescript.java
With _compile on save_ enabled, adding or removing entire files in Eclipse is not triggering correct recompilation of other files that may be affected. This problems applies to the new...
In the Dark theme, the assist windows are not darkened:  This is the desired behavior (like ni JDT):  I will work on this.
It would be great if the source plugins are generated too. It allows developers to extend TypeScript IDE easier and without the need to clone the sources.