Skip to main content

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

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.



Back to the top