Hi, I am writing a compiler plugin that generate n...
# k2-adopters
x
Hi, I am writing a compiler plugin that generate new declarations and I want such declaration to be visible in IDE's autocomplete. From the official document (https://github.com/JetBrains/kotlin/blob/master/docs/fir/fir-plugins.md), I understand that it is not possible at the moment. But at the same time I can see that it is possible with kotlin serialization plugin. Can someone help me clear this up? Thanks
j
It is possible, check the readme of my Kopy plugin, the usage part, to get it working on the IDE https://github.com/JavierSegoviaCordoba/kopy
x
thank you 😄
@Javier I just tried your way out, and it works wonderfully. Thanks a million times 🥳 🥳🥳🥳
🙂 1