In NetBeans, there’s a handy feature that expands common Java directives. e.g.:
I type psfi and it expands to private static final int.
or Psfs become public static final String
Is there an equivalent feature in Eclipse? And how do I configure / enable it?
Go to
Preferences / Java / Editor / Templatesto add your own template.I just tested with your template, it works as expected.