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?
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?
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