Intellij Live Templates in Code Complete list

intellij-idea

Solution

Turns out it is possible (unless I'm missing something) via the Registry editor:

See this answer on how to get to this editor.

Problem

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

Original source

Related problems