Reputation: 949
I hate to use arrow keys in IntelliJ. However, when IntelliJ gives me some advices (auto complete, etc.), as in the picture, it seems that I have to choose them with mouse or arrow keys.
Is there a way that I can switch the selections without using arrow keys?
For example, maybe I can use <C-n>
(or other keys, like) to switch between these suggestions.
Upvotes: 17
Views: 2634
Reputation: 18981
You can go to Settings | Keymap, find actions "Up" and "Down" there and assign whatever shortcuts you like to them.
Upvotes: 16