Scratch windows shortcuts? Sergio Castro 创建于 2015年07月17日 06:59 Hi,In a Java class I can type sout followed by <TAB> as a shortcut for System.out.println().How can I enable this behavior for a scratch window?Thanks!
Live templates work only in the context of valid Java code, you can't expand sout template outside of a class or a method body:
