spacemacs custom autocomplete java

223 views Asked by At

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?

0

There are 0 answers