| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <link rel="stylesheet" type="text/css" href="../../../platform/platform-resources-en/src/tips/css/tips.css"> |
| </head> |
| <body> |
| <p>Mind that you can move method parameters in both declaration and invocation. To do that, use |
| <span class="shortcut">&shortcut:MoveElementLeft;</span>/<span class="shortcut">&shortcut:MoveElementRight;</span>.</p> |
| |
| <p>Moreover, it's possible to propagate such a move in a |
| method declaration to the method invocations - just immediately after move press |
| <span class="shortcut">&shortcut:ShowIntentionActions;</span>, and choose |
| <span class="control">Apply signature change</span>.</p> |
| <p class="image"><img src="images/apply_signature_change.png"></p> |
| </body> |
| </html> |