Reputation: 4504
In Windows I used to get a dropdown list when I do 'Ctrl + Alt + F7' (find usage) in Intellij IDE. However in Ubuntu same action gives me a pane with tree view.
How can I configure Intellij in Ubuntu to get a drop down list for find usage action?
Upvotes: 0
Views: 368
Reputation: 402513
You may be using a different keymap, please double check that Show Usages action is what you are invoking, and not Find Usages:
Upvotes: 1