palantir / eclipse-typescript

An Eclipse plug-in for developing in the TypeScript language.
Apache License 2.0
339 stars 73 forks source link

Eclipse Plugin Update Site Not Found #361

Open Adrriver opened 4 years ago

Adrriver commented 4 years ago

Make the get request, get 404 error. Seems like a problem.

jganesh commented 4 years ago

yes same with me..!! is there any alternative way to enable typescript in eclipse?

PyvesB commented 4 years ago

yes same with me..!! is there any alternative way to enable typescript in eclipse?

You can use Wild Web Developer to get proper Typescript support in Eclipse: https://github.com/eclipse/wildwebdeveloper

@derekcicerone @sixinli maybe worth mentioning that in this project's Readme?

Rouche commented 4 years ago

Simple, fork the project, build and add an external site.

If the project is not updated, you might have to do it with latest dev plugin.

I myself switched to IntelliJ for full stack development.