Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.
For more information on this matter, please visit #1.
If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.
Thank you for your understanding and cooperation.
TypeScript
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
January 2023 | NA | 0 (0%) | 11 |
December 2022 | NA | 0 (0%) | 30 |
November 2022 | NA | 0 (0%) | 17 |
October 2022 | NA | 0 (0%) | 14 |
September 2022 | NA | 0 (0%) | 16 |
August 2022 | NA | 0 (0%) | 31 |
July 2022 | NA | 0 (0%) | 35 |
June 2022 | NA | 0 (0%) | 24 |
May 2022 | NA | 0 (0%) | 16 |
April 2022 | NA | 0 (0%) | 35 |
March 2022 | NA | 0 (0%) | 36 |
February 2022 | NA | 0 (0%) | 24 |
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!!