Say I type \"sout\", the intellisense should expand it to \"System.out.println()\". Is there a way to adding such templates?
Type syso and ctrl + space for System.out.println()
syso
System.out.println()