I try to use hjkl
for navigation in VS code, but I get thrown off whenever a code completion drop down appears as I must use the arrow keys to navigate those. Is there any way around this? How do you do?
Asked
Active
Viewed 660 times
2

Gama11
- 31,714
- 9
- 78
- 100

user1283776
- 19,640
- 49
- 136
- 276
2 Answers
0
You can use control key with j and k to move between autocomplete options.
Like ctrlj will move to the next option. and ctrlk will move to previous option.

sudo bangbang
- 27,127
- 11
- 75
- 77
0
Ctrl+N: Move to the next option in the dropdown. Ctrl+P: Move to the previous option in the dropdown.

selimdogan
- 159
- 3
- 10