Showing javadocs to Oxygen SDK-API in an IDE

Post here questions and problems related to oXygen frameworks/document types.
jakubsimek
Posts: 11
Joined: Fri Oct 04, 2019 11:26 pm

Showing javadocs to Oxygen SDK-API in an IDE

Post by jakubsimek »

Hi,

Is there a way of integrating the Javadocs of the Oxygen SDK-API to be shown in an IDE like Eclipse or IntelliJ?

I watched a Youtube video from one of your presentations ("Workshop: oXygen Plugins Development presented by Alex Jitianu at oXygen Users Meetup", https://youtu.be/23YSwgxyX-c) and I found it great how all the Javadocs of the classes and methods of your SDK were shown while typing the code in Eclipse.

If I understand it right the Javadocs are not included in the JARs which are downloaded while using the Maven dependencies of the SDK.

It would be very helpful while learning the API to have the Javadocs integrated in the IDE. Is it somehow possible to achieve this with the Oxygen SDK-API?

Many thanks in advance,
Jakub Šimek
alex_jitianu
Posts: 1016
Joined: Wed Nov 16, 2005 11:11 am

Re: Showing javadocs to Oxygen SDK-API in an IDE

Post by alex_jitianu »

Hello,

We bundle both the SDK source code and the Javadoc as Maven artifacts published in the Maven repository. Please make sure that Eclipse is configured to download them by looking into Preferences:
image.png
and I see that IntelliJ has similar options too.

Best regards,
Alex
You do not have the required permissions to view the files attached to this post.
jakubsimek
Posts: 11
Joined: Fri Oct 04, 2019 11:26 pm

Re: Showing javadocs to Oxygen SDK-API in an IDE

Post by jakubsimek »

It works perfectly, thank your very much for the hint!
Jakub
kirkilj
Posts: 110
Joined: Fri May 14, 2010 12:14 am

Re: Showing javadocs to Oxygen SDK-API in an IDE

Post by kirkilj »

Does anyone know if VS-Code supports this capability, either built-in or through an extension?
Post Reply