For instance if I wanted to write a tool that pars...
# intellij
m
For instance if I wanted to write a tool that parses some Kotlin and updates certain constructs in-place, but preserving formatting etc, PSI is an ideal tool to do that. But the docs are only clear on how to do this in the context of an IDE plugin. How entangled are these layers?