Home Shortcuts in IntelliJ
Post
Cancel

Shortcuts in IntelliJ

Shift + F6 Automatically change variables with the same name

Ctrl + Shift Move to next line

Ctrl + Alt + v Auto-complete variable types, names, and return codes

Ctrl + Alt + L Reformat code

Ctrl + Shift + Alt + t Extract Method

The code needs to be wrapped in drag { .prompt-tip}

psvm Auto-complete Main method

1
Public Static Void Main(String[] args){}

Alt + Insert Key Create New File

This post is licensed under CC BY 4.0 by the author.