typescript.java
typescript.java copied to clipboard
TypeScript IDE for Eclipse with JSDT & tsserver
Hi all, 1. In our project we use tsx format rather than "ts", so i miss all the good things the plugin provides for ts file types, any way i...
Linting works fine with the integrated typescript compiler. But after changing typescript->runtime to an external typescript installation (version 3.4.5), no lint errors are shown. The typescript traces contains the error...
Question: Editor right click source->format not available. Is there any settings I need to enable?
Today I installed this plugin, and when I tried to display a .js file for an existing project, I see two different things happening. I'm getting somewhat odd compile errors...
Is it possible to change the colors used in JSX syntax highlighting? I could not find anything obvious after scanning the various preferences pages. In particular the colors for prop...
Hello, I am using Eclipse Photon and i installed the plugin https://marketplace.eclipse.org/content/typescript-ide The plugin is amazing and i thank you all for creating and contribute to it. :+1: My question...
In Eclipse Photon, quick fixes for errors (e.g. missing import) are not available. The error itself is still flagged.
How do I edit the color of a particular typescript element? I also read page https://github.com/eclipse/tm4e/wiki and did not understand anything. can i add my custom css file?  thanx
I install TypeScript plugin on 2018/7/2. I can open ts file properly. But I cannot compare ts file with its history . I'm using SVN Repository component to manage source...
I noticed that compilation of *.ts files is basically done on save of a file and when you call "Run As => Compile Typescript" on the tsconfig.json file. However I...