How to create a popup window like NavigationGutter?
已回答
I want to implement a feature like:
when I press the shortcut key and popup the list psiment to navigate.
like I click the icon with mouse, or holder ctrl and click the mouse.


What is the best way to implement it?
请先登录再写评论。
Check the NavigationUtil.getPsiElementPopup method.
I'll give it a try, Thank you!