Hi everyone. I want to write the plugin which will...
# intellij-plugins
s
Hi everyone. I want to write the plugin which will automatically inject language support in the string in
kts
source files based on method and parameter names(Basically kotlin plugin extension). Similar behaviour to how regexp strings treated. Have no clue how to do it or where to start. Haven’t found anything related in intellij plugin docs. Is it even possible? Any advice would be greatly appreciated.