Cycle through autocomplete suggestions without arrows
See original GitHub issuePlease thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
It would be really nice to be able to cycle through the autocomplete suggestions without using the arrow keys. Using Ctrl+N
/Ctrl+P
and/or Ctrl+J
/Ctrl+K
would allow the user to keep the fingers on the home row.
- VSCode Version: 1.6.0
- VsCodeVim Version: 0.3.7
- OS: Linux
Issue Analytics
- State:
- Created 7 years ago
- Reactions:120
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Cycle through autocomplete suggestions without arrows
Go to Preferences -> Keymap · Expand Editor Actions (not Plug-ins -> IdeaVim ) · Select Down · Click the pencil icon or...
Read more >How to move across autocomplete suggestions without arrow ...
How to move across autocomplete suggestions without arrow keys. I've been using vim for quite some time alongside VSCode, so this means that ......
Read more >Moving up/down on autocomplete selection box without arrow ...
Is there a way to cycle through the autocomplete options without having to stretch to the arrow keys? autocompletion · Share.
Read more >When scrollling through autocomplete suggestions using up ...
When scrollling through autocomplete suggestions using up/down arrow keys, highlighted text is copied to the input element, which may make it appear that...
Read more >Autocomplete Arrow Navigation - CodeGuage
This is what arrow navigation is - you use arrow keys to move across the list of suggestions. Now it's time to understand...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It is implemented. ctrl n and ctrl p work. If they don’t please submit a bug.
@jeffwklein You can adjust the shortcut through
Code -> Preferences -> Keyboard shortcuts
and then look forsuggestion
I was able to modify the shortcut for a more vim-like navigation to
shift+J
andshift+K