The Wayback Machine - https://web.archive.org/web/20161004165732/https://github.com/palantir/eclipse-typescript
Skip to content
An Eclipse plug-in for developing in the TypeScript language.
JavaScript Java Other
Latest commit 935dfaa Sep 19, 2016 @lgrignon lgrignon committed with tomshen tsconfig.json basic support (#323)
* tsconfig file could be read if requested, and applied to parameters

* fixed project recompile

* moved prompt recompilation

* prompts to recompile on use tsconfig check

* force reload button + added more efficient enum values mapping

* fixed error on maven compile + fixed checkstyle warning

* added emitDecoratorMetadata option

* tsconfig "files" works with file and directories

* fixed exclude list + reset tsconfig preferences on reload to avoid files/include/exclude persistence

* disabled source folder field if tsconfig enabled

* take palantir's feedbacks in account + fix some bugs

* * fixed empty sources set bug * fixed compileOnSave blocking problem * fixed languageEndPoint missing ref

* fixed pref store

README.md

Eclipse TypeScript Plug-in

An Eclipse plug-in for developing in the TypeScript language.

Installation

  1. Install Node.js
  2. Open Eclipse and go to Help->Install New Software
  3. Add the update site: http://eclipse-update.palantir.com/eclipse-typescript/
  4. Reboot Eclipse
  5. (optional) Right-click on a project and select Configure->Enable TypeScript Builder

Features

  • code completion
  • compile-on-save
  • cross-project compilation
  • error annotations/markers
  • find references
  • format code
  • highlight matching brace
  • hover for JSDoc
  • mark occurrences
  • open definition
  • outline view
  • quick outline
  • rename refactor
  • syntax highlighting
  • task tags
  • toggle comments

Additional Information

  • Eclipse Kepler (4.3) and Luna (4.4) are supported
  • Eclipse must be running via Java 6+
  • Wiki (contains information about developing the plug-in)
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.