-
Notifications
You must be signed in to change notification settings - Fork 14
Editor Features
angelozerr edited this page Apr 8, 2016
·
22 revisions
typescript.java uses the JSDT Editor
to support TypeScript
, JSX
, (and JavaScript
with Salsa) by consumming tsserver
coming from TypeScript bundle.
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.java provides a WTP TypeScript Validator
:
By default you can see TypeScript, JavaScript errors when you are typing :
If you need to display errors in the problem view:
you can do that with:
- at hand with
Validate
contextual menu:
- when you save your file by activating
Validation Builder
Please note that those features are a part of WTP. If you need improvement, please post your issue to eclipse WTP bugzilla.
- TypeScript IDE
- New and Noteworthy