Hi, is there a recommended approach to generate a ...
# intellij-plugins
r
Hi, is there a recommended approach to generate a link out of a
PsiElement
when rendered as HTML in a line marker message? I’m currently generating something like:
Copy code
<a href="psi_<element://Users/raulraja/IdeaProjects/untitled6/src/main/kotlin/consumer.kt> (12:17)">text</a>
When I click that it does not take you anywhere, but I could not find a reliable way to do this searching out there. Any help is appreciated, thanks.