Search code examples
pythonintellij-idealive-templates

How do you create a live template in Intellij with a variable name inside the abbreviation?


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?


Solution

  • Somebody from JetBrains has said that

    "Such functionality is currently not available and not very likely to be added in near future, sorry."