Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] JavaScript in Eclipse Neon

I believe you'd have to write (and contribute ;) ) an integration of JS with Java Development Tools. Or to find someone else to do it for you, but it's usually more difficult or more expensive...
If you think about completion, this can easily be achieved by leveraging the extension point of the Eclipse _javascript_ editor. For example, you can add completion logic into the _javascript_ editor by adding an extension to org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer extension point (provided by bundle org.eclipse.wst.jsdt.ui)
HTH
--
Mickael Istria
Eclipse developer for Red Hat Developers
My blog - My Tweets

Back to the top