Is there a shortcut for wrapping a statement with System.out.println in IntelliJ
It appears to me that sometimes I want to print the values of a variable, so I repeat the following actions:
- write
soutTAB (shortcut forSystem.out.println) - write the variable name inside the function
Is it possible in IntelliJ to wrap a variable with a function, using keyboard shortcuts only?