eclipse-typescript
eclipse-typescript copied to clipboard
An Eclipse plug-in for developing in the TypeScript language.
Completions are working rather erratically for me (actually for some weeks, but I've just been ploughing on, until today when I bothered to check the error logs). Here's what's getting...
Hello, I would suggest an improvement in the "move" feature of a ts/tsx file. If I try to move a file to another directory, the "import... from ..." statement is...
Hello, Since the last update, the syntax coloring is not working anymore for regex patterns: 
Hello, it's a bit related to #44 : I'm using linked folder (to avoid the problems of #242). While editing, I have errors when I reference some files in the...
Hello, I referenced a file from another project in the workspace, and I have the following error. ``` Errors occurred during the build. Errors running builder 'TypeScript Builder' on project...
In reference to #133 > Multiple source folders is already supported actually (though its not visible in the UI). Just separate the paths with a semicolon (;). Could the UI...
Hi, I would like to ask, if there is any possibility to define custom typescript templates. I am missing this feature and it would be very useful. Thanks in advance
There is good documentation of how to do this here: http://www.eclipse.org/articles/Article-Folding-in-Eclipse-Text-Editors/folding.html The reason I really wanted this feature was for folding of the copyright header at the top of files...
Currently if a method is overloaded, only one definition is displayed. For example the AngularJS service method is defined as: > method) angular.IModule.service(name: string, serviceConstructor: Function): angular.IModule (+2 overloads) ...
Template strings look pretty terrible with just lexical classification.