Navigate to parameter under cursor of the called method

已回答

The text cursor is on one of the parameters of the called method (here inside "magicEvent"):

Button myButton = new Button("hello world", magicE|vent );

How to navigate directly to the parameter of the called method in IntelliJ?

I have to move the cursor to "Button", then press F4 and then move to the particular parameter.

Ideally there would be a direct shortcut from the parameter itself, like ctrl+shift+alt F4 or something. Is there such an action available?

0

There is no such action. Feel free to create an appropriate feature request: https://youtrack.jetbrains.com/newIssue?project=IDEA

0

请先登录再写评论。