Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

palantir/eclipse-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

007579b · Jan 16, 2017
Jan 7, 2017
Jan 7, 2017
Jan 11, 2017
Jan 9, 2017
Jan 24, 2015
Sep 20, 2014
Oct 3, 2014
Jul 11, 2016
Jan 24, 2015
Jul 25, 2014
Jul 11, 2016
Jul 11, 2016
Jan 7, 2017
Jun 11, 2013
Jan 7, 2017
Jan 7, 2017

Repository files navigation

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)

Development

Update Typescript

  • Clone Typescript into a sibling folder
  • Run npm install in the Typescript project
  • Run npm install -g dos2unix jake
  • Update Typescript branch in ./scripts/updateTypeScript.sh
  • Run ./scripts/updateTypeScript.sh

Build and Test

  • Run maven package
  • Install zip in Eclipse following Install New Software... -> Add... -> Archive...

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages