Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Is it possible to do JSDT type inference in multiple JS files at once?

The inference engines in JSDT run on a per-file basis, so it is not possible to infer two files within the same context at the same time or pass information directly between them during the infer step.

Thanks,
Chris



Inactive hide details for cinyoung hur ---08/26/2013 08:45:18 AM---Hello, I extended org.eclipse.wst.jsdt.core.inferrenceSupporcinyoung hur ---08/26/2013 08:45:18 AM---Hello, I extended org.eclipse.wst.jsdt.core.inferrenceSupport.

From: cinyoung hur <hurcy3@xxxxxxxxx>
To: wtp-dev@xxxxxxxxxxx,
Date: 08/26/2013 08:45 AM
Subject: [wtp-dev] Is it possible to do JSDT type inference in multiple JS files at once?
Sent by: wtp-dev-bounces@xxxxxxxxxxx





Hello,

I extended org.eclipse.wst.jsdt.core.inferrenceSupport. 

I'm trying to figure out JSDT type inference in multiple _javascript_ files.
It works only after I open _javascript_ files one by one.
I couldn't infer types of other files that has not been opened yet.

Please give me helpful advice.
Thanks.

Regards,
Ciana Hur.

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev

GIF image


Back to the top