Free Typescript plugin for eclipse?

Eclipse Wild Web Developer plugin is useful for any kind of web application development.

Simple and rich edition of typical main web and configuration files (HTML, CSS, JS, TS, JSON, YAML, XML -with schema support-) and debugging of Node.js apps in the Eclipse IDE. To see it in action, open the desired file with the Generic Editor that's included by default in the Eclipse IDE.

  • Supported file formats for edition:

    HTML CSS, SCSS, SASS, LESS JavaScript (EcmaScript 2018 - 9th edition) TypeScript 3.3 JSON and JSONC (including schema support) YAML (including schema support, Kubernetes schema built-in) XML (including schema support), XSL, XSD, DTD

  • Supported frameworks (file specialization) for edition:

    Kubernetes Angular (Components in TypeScript files) React (JSX, TSX, embedded HTML)

  • Supported feature for edition are

    Validation (diagnostics, markers) Code Completion Hover Outline Rename refactoring Jump to declaration Find references Color preview ... and other features part of the Language Server Protocol

  • Supported debugging target

    Node.js Firefox


Answering my own question, I found a plugin that is totally free and works awesome:

https://marketplace.eclipse.org/content/typescript-ide

It uses the same syntax coloring as javascript, and autocompletion works wonderfully.

Great work guys!!!!