Navigate to parameter under cursor of the called method
Answered
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?
Please sign in to leave a comment.
There is no such action. Feel free to create an appropriate feature request: https://youtrack.jetbrains.com/newIssue?project=IDEA