Short cut Main Method - System Print Line

Answered

Could you introduce a short cut for mac for the following commands. There are used quite a lot but don't come up in autocomplete. 'sout' doesn't work for example. 

public static void main(String[] args) {

    }

and
System.out.println()
0
1 comment

'sout' doesn't work for example

How and where in the code are you invoking it exactly?

There's a setting in Preferences | Editor | Live Templates that allows you to change the key that will expand live templates like 'sout':

0

Please sign in to leave a comment.