I want to let my VSCode extension read file paths ...
# general-advice
a
I want to let my VSCode extension read file paths given as strings in Kotlin code and turn those into hyperlinks, or use language injections when some annotated property is being set, like in IDEA. I think I understand how you'd be able to do that with a compiler plugin, but is there a way to do the same thing in the Kotlin LSP?