java_intellij
Alt+Insert : New Class
Ctrl+Alt+Insert
- Create a test : Ctrl + Shift + T
- View documentation : Press Ctrl+Q.
- surround a code block with if, while, for and other statements : Ctrl + Alt + T
- add a try catch block :
Files.write(path, lines, charset);.try
Postfix Code Completion in IntelliJ IDEA