Is it possible to Link a specific class or line of method from source code to the UML diagram for PlantUML IntelliJ Plugin?

204 Views Asked by At

I am using the PlantUML Integration plug-in to create a class diagram following the documentation: enter link description here

Would it be possible to link the actual class or the method line to the class diagram?

1

There are 1 best solutions below

0
Yehuda Makarov On

from the plugin's help text accessible from the jetbrains UI question mark icon:

Diagram [[file links]]:

  • supported paths: relative to the source code file, relative to module > content roots, absolute
  • methods, fields, variables and other identifiers can be referenced by > suffix, e.g. file.java#methodName
  • paths with spaces are not supported

But I haven't got it working for me