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

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...

bug

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...

enhancement

Hello, Since the last update, the syntax coloring is not working anymore for regex patterns: ![image](https://cloud.githubusercontent.com/assets/8974534/8403014/52ae7ae8-1e41-11e5-863f-beb5f0fe773e.png)

enhancement

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...

bug

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...

enhancement

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...

enhancement

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

enhancement

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...

enhancement

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) ![image](https://cloud.githubusercontent.com/assets/11273838/7303811/1a5ad164-e9c1-11e4-9ec1-5dc80d0aacaa.png)...

enhancement

Template strings look pretty terrible with just lexical classification.

enhancement