Link

How to show FormVu Javadoc in Intellij IDEA?

When working with FormVu you may want to have Javadoc available to aid your development. This can be done simply within IntelliJ IDEA.

Linking the JavaDoc within Intellij IDEA

  1. Open the module settings window (Right Click on the project and select Open Module Settings).
    1
  2. Select libraries and click on the FormVu library. If using Maven it may not be present. In that case, click on the ‘+’ button you can add the FormVu jar as a library.
  3. With the FormVu library selected, on the right-hand panel, click the ‘+’ button that has the globe in the bottom right-hand corner.
    2
  4. Enter the Javadoc address https://files.idrsolutions.com/maven/site/formvu/apidocs/ and click enter

Once done the Javadoc will start appearing in the IDE.