You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal of typescript.java is to provide the capability to consume TypeScript language Service with [tsserver](https://github.com/Microsoft/TypeScript/blob/master/bin/tsserver in a Java context. Any Java IDE like Eclipse, Netbeans, WebStorm could consume typescript.java.
6
+
Goal of typescript.java is to provide the capability to consume TypeScript language Service with [tsserver](https://github.com/Microsoft/TypeScript/blob/master/bin/tsserver) in a Java context. Any Java IDE like Eclipse, Netbeans, WebStorm could consume typescript.java.
7
+
8
+
## TypeScript IDE
9
+
10
+
On top of `core` module typescript.java provides an **Eclipse IDE** integration with TypeScript.
To install TypeScript IDE, please start to read [Getting Started](https://github.com/angelozerr/typescript.java/wiki/Getting-Started) section.
42
+
43
+
This integration looks like [tern.java](https://github.com/angelozerr/tern.java); JSDT was extended (completion, hyperlink, hover, etc) to consumme the official TypeScript server
To install TypeScript IDE, please start to read [Getting Started](https://github.com/angelozerr/typescript.java/wiki/Getting-Started) section.
25
-
26
-
This integration looks like [tern.java](https://github.com/angelozerr/tern.java); JSDT was extended (completion, hyperlink, hover, etc) to consumme the official TypeScript server
@@ -33,7 +61,6 @@ This integration looks like [tern.java](https://github.com/angelozerr/tern.java)
33
61
See https://github.com/BestSolution-at/java-tsserver which provides the capability to consume tsserver with Java. So why developping an another tsclient?
34
62
35
63
* java-tsserver requires Java8. Eclipse IDE uses Java7.
36
-
* It uses GSON, I prefer using minimal-json and serialize JSON to Pojo/Collector at hand.
37
64
* Uses tsclient API instead of using TypeScript Language Service API.
0 commit comments