Problem description:
When developing Intellij IDEA plugin, I need to get user selection from the “Show Usage” Dialog, with which I could track the user viewing history and generate a diagram to describe the code relations. I found the only way to get the “usageInfo”(1) value is from the “logItemChosenInPopupFeatures”(2) in below screenshot, but when digging deep down, I found that only the authorized plugin could listen this kind of event(FUS event). Any other way to accomplish this “listener”? or could I get authorized to listen the event.
Environment:
macOS, IDEA 2025.2(develop IDE), IDEA 2024.3(Run Plugin IDE), macbook M4
