Scratch windows shortcuts?

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!

0

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:

http://i.imgur.com/FYwgDIc.png

0

请先登录再写评论。