Chapter 26. IDE Integration

  1. Home
  2. Docs
  3. Chapter 26. IDE Integration
  4. 4. IntelliJ IDEA Integration
  5. How to select source code in IntelliJ IDEA from UML

How to select source code in IntelliJ IDEA from UML

Download PDF

Once a UML class is associated with a Java source by code reversal/generation, you can select from UML class the corresponding Java source file in IntelliJ IDEA.

Selecting Java Source from UML Class

To open a Java source file from a UML class, right-click on the UML class in Diagram Navigator/Model Explorer/Class Repository or in diagram and select Select in Code from the popup menu. This opens the corresponding source file in code editor.

Select source file from UML class