| <html> |
| <head> |
| <link rel="stylesheet" type="text/css" href="css/tips.css"> |
| </head> |
| <body> |
| |
| |
| |
| To quickly complete a method call of a static method located anywhere in your project, libraries or JDK, enter a prefix |
| and press <span class="shortcut">&shortcut:CodeCompletion;</span> twice. You'll see all the matching methods. If you want the method you chose to be imported statically, |
| press <span class="shortcut">&shortcut:ShowIntentionActions;</span> and see what happens: |
| <p class="image"><img src="images/completionImportStatic.png"></p> |
| |
| |
| |
| </body> |
| </html> |