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
Showing javadocs to Oxygen SDK-API in an IDE
-
- Posts: 9
- Joined: Fri Oct 04, 2019 11:26 pm
-
- Posts: 801
- Joined: Wed Nov 16, 2005 11:11 am
Re: Showing javadocs to Oxygen SDK-API in an IDE
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: and I see that IntelliJ has similar options too.
Best regards,
Alex
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: and I see that IntelliJ has similar options too.
Best regards,
Alex
-
- Posts: 9
- Joined: Fri Oct 04, 2019 11:26 pm
Re: Showing javadocs to Oxygen SDK-API in an IDE
It works perfectly, thank your very much for the hint!
Jakub
Jakub