red888
red888

Reputation: 31610

how do i jump to the next input for intellisense

I'm using the terraform plugin specifically but this is a more general intellij hotkey question.

I start typing a supported element and autocomplete pops up:

enter image description here

Hit tab and it sets up the method and puts the cursor in the first input and I can start typing and it gives me possible inputs:

enter image description here

But when i hit tab or enter it just completes it and leaves the cursor where it is: enter image description here

Is there a hotkey to complete one of those options and then also jump to the next input?

Upvotes: 0

Views: 101

Answers (1)

Petr Rastegaev
Petr Rastegaev

Reputation: 2109

There is a ticket for this feature, but its not implemented yet, please vote: https://youtrack.jetbrains.com/issue/IDEABKL-7063

Upvotes: 1

Related Questions