Enable AEM Javadoc Hints

Evgeniy Fitsner Software Engineer
1 min read
Enable AEM Javadoc Hints

To consume the whole power of IDE we must use Javadoc hints. Below is a short how-to on how to enable these hints for AEM 6.4:

  1. Open Project structure (shortcut on Windows: Ctrl + Alt + Shift + S)

  2. Find Maven: com.adobe.aem:uber-jar:apis:6.4.4 (or another uber jar which you are using for the project) and click the plus icon with the Earth

  3. Put the following as a documentation URL:

1
https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/reference-materials/javadoc/index.html

After completing these actions you’ll be able to see API doc hints (on Windows with Ctrl + Q).