TypeScript
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
May 2022 | NA | 0 (0%) | 9 |
April 2022 | NA | 0 (0%) | 35 |
March 2022 | NA | 0 (0%) | 36 |
February 2022 | NA | 0 (0%) | 24 |
January 2022 | NA | 0 (0%) | 32 |
December 2021 | NA | 0 (0%) | 22 |
November 2021 | NA | 0 (0%) | 17 |
October 2021 | NA | 0 (0%) | 35 |
September 2021 | NA | 0 (0%) | 29 |
August 2021 | NA | 0 (0%) | 26 |
July 2021 | NA | 0 (0%) | 15 |
June 2021 | NA | 0 (0%) | 13 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Tuesday, September 29, 2020 - 20:10
Reviews Sign in to post reviews
Does not seem to support latest typescript version
Submitted by Jaume Mussons on Tue, 2017-05-09 09:44
The plugin is givin me errors on classes that contain constants declared as static readonly... It seems that not all latest typescript language features are supported
Comparing TypeScript-Files throws exception
Submitted by Angel Minchev on Thu, 2017-04-20 05:16
Hi folks,
Thanks for trying to make the typescript development more easy.
I am using your plugin since few weeks on eclipse Neon.
There is one issue that make my Eclipse-Life not so fun.
When i make changes to a TypeScript file, i want to look the changes in der Compare-Editor, but it is not possible. A new tab is created but without content.
In the error log are the following infos:
Exception Stack Trace
Session Data:
The Plugin info
Ist the issue known?
Ist there something you can do about that?
Re: Comparing TypeScript-Files throws exception
Submitted by Missing name Mising name on Wed, 2017-07-19 15:10
Ditto!
Very frustrating.
Re: Comparing TypeScript-Files throws exception
Submitted by John Pison on Mon, 2017-06-26 17:25
I'm having the same problem comparing TypeScript files. I am able to compare them if I do the steps below:
- Window/Preferenes/General/Content Types
- Select "Text" content type
- Click "Add..."
- Add: *.ts
When you are done comparing you have to remove the *.ts file association that was just added or the editor does not recognize your files as TypeScript files but it is better than not being able to compare at all.
John
Re: Re: Comparing TypeScript-Files throws exception
Submitted by Patrick Tallman on Thu, 2018-07-19 14:18
Great suggestion. I have a fix if you have the version of eclipse where the Content Types dialog has 3 list boxes (Content Types, File associations, and Associated editors). I am running STS 3.9.5_RELEASE on Mac OS, a co-worker is running 3.9.5_RELEASE on Windows and doesnt see 3 list boxes, only two so he can't use this fix.
But if you have the 3, do the following and you can do the compare AND still open ts files in the TypeScript editor.
1. Select 'Text' in the Content Types listbox and click the Add Child button. Call the new child TypeScript
2. In th File associations listbox, Add *.ts
3. In the Associated editors listbox, click Add and select the TypeScript Editor
Everything should work as expected now.
Regards,
Pat
Re: Comparing TypeScript-Files throws exception
Submitted by Jaume Mussons on Tue, 2017-05-09 09:22
Same problem here!!