-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi,
For your information, I'm integrating TypeScript inside Eclipse by using official tsserver.. See https://github.com/angelozerr/typescript.java
Instead of developping my own host, Language Service API like other netbeans/eclipse plugins, I use the official tsserver.. So it will be easy for user to update TypeScript version with just "npm install typescript" (no need to build an external script to build the custom host). More tsserver is very powerful because it gives you the capability to support async validation (with event).
The Java tsClient which consumes tsserver is not linked to Eclipse API, so perhaps you could be interested to consume too inside your netbeans plugin. See https://github.com/angelozerr/typescript.java/tree/master/core
It should be very cool if we could work together about this Java tsClient.
Regard's Angelo