IntelliJ 2025.1 has a new feature to show the effe...
# intellij
h
IntelliJ 2025.1 has a new feature to show the effect of a plugin in IDE: https://blog.jetbrains.com/idea/2025/02/intellij-idea-2025-1-eap-6/#hints-on-code-alterations-caused-by-kotlin-compiler-plugins Is there any new api or will it work for all plugins right out of the box?
K 3
👀 1
K 2
h
Okay, thanks, so it does work out of the box, a compiler plugin author does not need to change the code. And of course I disabled the flag to use my own plugins :)