I am trying to create a live template in Intellij by using an abbreviation like:
for$index_name$
to create the template text:
for $index_name$ in
For example, I want the abbreviation forj
to produce for j in
. I have not found anything regarding this in Intellij's live template documentation. If such a thing is possible how would it be done?
Somebody from JetBrains has said that
"Such functionality is currently not available and not very likely to be added in near future, sorry."