How to traverse code completion list?

Answered

When we use code completion, there are two kinds of methods to insert: enter to insert and tab to replace. Actually, in most situations we replace the word rather than insert. 

Now I want to go to next completion through pressing tab, and go to last completion through pressing shift+tab. For example, press tab to "abstarct" like pic, then press shift+tab to return to "class". How to implement this way?

 

0
3 comments

In the context of opened completion lists, TAB and Enter are reserved for replacing and inserting selected items.

You can use UP/DOWN arrows to navigate the list.

0

Then I have to let my hand leave the main keyboard area, and press the arrow keys 8km away. 

0

Feel free to submit a new feature request to our issue tracking system to have this behavior changed.

See this article if you are not familiar with YouTrack.

0

Please sign in to leave a comment.