Reputation: 427
I have set up and am using Spacemacs with Eclim for enterprise Java development, but am looking for a way to set up a custom autocomplete rule so that (like in many IDEs), typing sout
and hitting tab will autocomplete & expand to System.out.println()
.
Where would I define a custom autocomplete rule? Is there a layer that already enables such shorthand autocompletion?
Upvotes: 0
Views: 241