Intellij plugin - Action menu is empty and show "Nothing here"
已回答
I'm trying to create menu actions upon clicking on a gutter icon.
I'm working with the following example, RunLineMarkerProvider.java
Looks like this is the way to add an action menu, but I see "Nothing here" instead of actions, how should I fix that?

Running on:
IntelliJ IDEA 2019.2.4 (Ultimate Edition)
Plugin SDK: IntelliJ IDEA IU-192.7142.36
Thanks,
Hagai
请先登录再写评论。
Do you want to add actions to RunLineMarkerProvider or create custom gutter icons with action menu? For the latter, use com.intellij.openapi.editor.markup.GutterIconRenderer#getPopupMenuActions