Tab Completion
已回答
Hello,
I would like to be able to initialize the completion in CLion with <TAB> and navigate through them using also using <TAB>.
Having to reach for the mouse or the arrow keys every time makes it unusable for me.
I am using the vim plug in, is there a way of fixing this through the .ideavimrc or the settings menu ?
请先登录再写评论。
The user also contacted us via the support request form, so I paste my answer here just in case:
You can change the shortcuts in
File | Settings | Keymap. For invoking code completion:Main menu | Code | Code Completion | BasicandMain menu | Code | Code Completion | SmartType. For navigating through variants:Editor Actions>Up/Down.Note that you might get shortcut conflicts.