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

![image](https://user-images.githubusercontent.com/5137942/30163637-ef4dd94c-93d9-11e7-9c0b-b6c15522c3ab.png) It should insert just `bug1(a)`, as `b` is argument of callback function `a`. Same problem happens for objects with index signature parameter: ![image](https://user-images.githubusercontent.com/5137942/30163717-4664d3fc-93da-11e7-98a3-2fbb4f66cbde.png)

To make a review of the icons and add the @2x version of them. I am trying to setup the dev environment, if I have success I could work on...

Hi, It would be nice to have a New JavaScript Project that generates a project with a jsconfig.json file. TypeScript IDE is good also for JavaScript development.

The arguments doc is not shown when autocompleting a method or when you hover the mouse on it: Completing: ![image](https://user-images.githubusercontent.com/12187299/29895038-96df4474-8da5-11e7-9993-c96ed8ddd106.png) Hover: ![image](https://user-images.githubusercontent.com/12187299/29895001-78a0e8fa-8da5-11e7-999e-753ea2a9bc20.png) It would be very nice to see the...

Sorry if this is a stupid question, but I've just downloaded the plugin and can't get any output. Running a 'TypeScript Compile' launch produces the following: > `An internal error...

When you are working with the Phaser API (http://phaser.io) there are a lot of methods with optional arguments, so when you complete a method a lot of arguments are added...

Like Java (Ctrl+Shift+T), provides a dialog, provides Open TypeScript symbol dialog.

Display in the project properties the Build Path folders to add/remove folders, but this issue is not very important since it's possible to add/remove build path folder with Project Explorer...

Java+Javascript have a smart insert mode. What I mainly missing in ts files, that an inserted semicolon is not set at the correct positon. ![smart-insert-mode](https://user-images.githubusercontent.com/1283445/27672602-52516e70-5c9c-11e7-89ad-1f463f63361b.png) ![javascript-editor-typing-2](https://user-images.githubusercontent.com/1283445/27672835-c2ec129c-5c9d-11e7-8e0c-f14610755ac8.png)

I noticed that some shortcuts are not working, while the feature itself does work. Those features are: - Go to definition: Works with ctrl + click, does not work with...