Skip to content
angelozerr edited this page Apr 8, 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

TypeScript completion

Hover

TypeScript hover

Hyperlink

TypeScript hyperlink

Code Folding

TypeScript editor content can be folded. For having good performance, the folding strategy doesn't use the TypeScript AST (to fold function, etc). The the folding strategy is basic and use indentation (like VSCode):

TypeScript Code Folding

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.