Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Eclipse JavaScript Neon and Content Assist

On 11/07/2016 07:24 PM, Tony G wrote:
I already see JS Content Assist issues but I want to get a better education before I start asking too many questions.
Don't be shy ;) A good tool shouldn't require education IMHO, so feel free to ask any question you have; this can really help the developers of such tools to realize the difficulties for fresh users and to prioritize their work.

I also need to start fitting this JS code with JSDoc annotations to help the parsers, which is a skill I need to develop. I will be looking for a mechnism that allows for JSDoc annotation suggestions from selection of functions, variables, etc. The default (Source > Generate Element Comment) don't seem to work.
You should ask this to the wtp-dev mailing-list where most JSDT developers and contributors (including contributors to Tern.java as well) are usually chatting. They'll give you more help than you'll be able to receive on this mailing-list (which is more dedicated to IDE package content and build, without focusing much on the details of each tools).
Also I can't find information for Java/JS integration. For example:
AFAIK, neither JSDT nor Tern provides such JS/Java integration. It would a feature add into JSDT. Once again, wtp-dev mailing-list would be a better place to discuss that.

Cheers,

--
Mickael Istria
Eclipse developer for Red Hat Developers
My blog - My Tweets

Back to the top