Hi, I would like to reference (preferably clickabl...
# intellij
o
Hi, I would like to reference (preferably clickable) a text file from comment section in a kotlin file. Something like:
Copy code
/**
 * [<file://api/src/commonMain/resources/diagram.puml>](Diagram)
 
 */
Is it possible using a plugin or similiar?
No? 🙂
a
I think it's not possible. Feel free to create a feature request at http://kotl.in/issue.
o
I see, thanks for the answer!