Zhigong Li
Zhigong Li

Reputation: 949

How to select without arrow keys in INTELLIJ

Auto-complete example

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

Answers (1)

Peter Gromov
Peter Gromov

Reputation: 18981

You can go to Settings | Keymap, find actions "Up" and "Down" there and assign whatever shortcuts you like to them.

Upvotes: 16

Related Questions