Reputation: 2669
If your familiar with visual studio you can select code snippets from the auto complete list. is this possible in IntelliJ
So for example if i type
for
it would show "for" and the live template "fori" in the code complete dropdown list
Upvotes: 17
Views: 2943
Reputation: 22031
Turns out it is possible (unless I'm missing something) via the Registry editor:
See this answer on how to get to this editor.
Upvotes: 26