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