I mean stuff like typing "iter" and getting a "for" loop with a choice of what variable to iterate on , typing "soutv" to generate a "System.out.println" with the "variable=" already in ...
Thanks !
I mean stuff like typing "iter" and getting a "for" loop with a choice of what variable to iterate on , typing "soutv" to generate a "System.out.println" with the "variable=" already in ...
Thanks !
They are called Templates.
Go to Preferences > Java > Editor > Templates
to see a list of pre-defined templates.
For example, sysout
is:
System.out.println(${word_selection}${});${cursor}
You can also create your own.