Skip to content
angelozerr edited this page Mar 25, 2016 · 22 revisions

Editor features

typescript.java uses the JSDT Editor to support TypeScript, JSX, (and JavaScript with Salsa) by consumming tsserver coming from TypeScript bundle.

Completion

Hover

Hyperlink

Validation

Properties

typescript.java provides a WTP TypeScript Validator:

WTP Validator

As you type

By default you can see TypeScript, JavaScript errors when you are typing :

As you type validation

Problem view

If you need to display errors in the problem view:

TypeScript Problem View

you can do that with:

  • at hand with Validate contextual menu:

Validate menu

  • when you save your file by activating Validation Builder

Validation Builder

Please note that those features are a part of WTP. If you need improvement, please post your issue to eclipse WTP bugzilla.