How to log code completetion plugin suggestions.
已回答
I'm developing that logs code completion suggestions made by Codeium an open-source code completion plugin in that also supports code completion in IntelliJ. It does this by editing the Inlay model and giving suggestions. How do I implement a listener that can log this information for me in my plugin.
请先登录再写评论。
I'm sorry but I don't understand what APIs you used and what information you want to log. Please clarify.