Hi everybody,

Like I have tried to explain you, I like VSCode implementatiion which
doesn't use AST for syntax coloration, folding, etc.

IMHO I think JSDT should provide the capability to consume it with or
WITHOUT an ICompilationUnit (with some option). I have done that in my
typescript.java project.

If you are interested, I had the luck to have an interview about my
typescript.java that you can find at
https://jaxenter.com/typescript-compiler-for-eclipse-126463.html

Regard's Angelo



2016-05-30 11:17 GMT+02:00 Mickael Istria <mist...@redhat.com>:

> Thanks for the info Eugene.
> About IP and license, would it be possible for JSDT to embed such a TS
> server to generate an AST-ish that we could use for such
> navigation/refactoring operations?
> Looking at the current state of JSDT, it seems like most features
> depending on AST are broken. So there are 2 ways to go AFAIK: dropping the
> legacy AST and using another model (such as the TS one) directly, or having
> the parsers populating an AST. I feel like the first one is more
> sustainable and requires more effort.
> --
> Mickael Istria
> Eclipse developer at JBoss, by Red Hat <http://www.jboss.org/tools>
> My blog <http://mickaelistria.wordpress.com> - My Tweets
> <http://twitter.com/mickaelistria>
>
> _______________________________________________
> wtp-dev mailing list
> wtp-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/wtp-dev
>
_______________________________________________
wtp-dev mailing list
wtp-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev

Reply via email to