-
Notifications
You must be signed in to change notification settings - Fork 14
Editor Features
angelozerr edited this page Apr 7, 2016
·
22 revisions
typescript.java uses the JSDT Editor
to support TypeScript
, JSX
, (and JavaScript
with Salsa) by consumming tsserver
coming from TypeScript bundle.
Code is folded by using 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