Every aspect of IntelliJ IDEA is designed to make coding more productive and enjoyable and – more importantly – to make you a happier developer.
Run
⌃R
Shift+F10
Run the current file
⌃⇧R
Ctrl+Shift+F10
Display a list of run configurations
⌃⌥R
Alt+Shift+F10
Open the Run Anything dialog
⌃⌃
Ctrl+Ctrl
Terminate a running process
⌘F2
Ctrl+F2
Safe Delete
⌘⌫
Alt+Delete
Rename
⇧F6
Shift+F6
Copy/Move
F5/F6
F5/F6
Refactor This
⌃T
Ctrl+Alt+Shift+T
st
String
psfs
public static final String
main or psvm
public static void main(String[] args){
}
sout
System.out.println();
soutv
System.out.println("$EXPR_COPY$ = " + $EXPR$);
iter
for ($ELEMENT_TYPE$ $VAR$ : $ITERABLE_TYPE$) {
$END$
}
ifn
if (var == null) {
}
Debug an application
⌃D
Shift+F9
Toggle a breakpoint
⌘F8
Ctrl+F8
Step Into while debugging
F7
F7
Step Over while debugging
F8
F8
Evaluate expression
⌥F8
Alt+F8
Resume program
⌥⌘R
F9
IntelliJ IDEA has so much to offer for maximizing productivity and simplifying the coding process.
It’s nearly impossible to fit everything on one page, but there are plenty of resources available to help you dive deeper into the IDE’s functionality:
This page and resources make a perfect combo to master IntelliJ IDEA and enhance your coding experience.
Enjoy more productive development with IntelliJ IDEA!