Is there a shortcut for wrapping a statement with System.out.println in IntelliJ
12:01 01 Jan 2013

It appears to me that sometimes I want to print the values of a variable, so I repeat the following actions:

  1. write sout TAB (shortcut for System.out.println)
  2. write the variable name inside the function

Is it possible in IntelliJ to wrap a variable with a function, using keyboard shortcuts only?

java intellij-idea