How to create a popup window like NavigationGutter?
Answered
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?
Please sign in to leave a comment.
Check the NavigationUtil.getPsiElementPopup method.
I'll give it a try, Thank you!