IDEA plugin development:how to execute some custom actions while editing live templates?

68 Views Asked by At

I am developing a plugin to enhance the live template function of IDEA.

Consider the editing box when refactoring the name of a variable:

example image

While typing code in such a replacement box, I want to get the text after finising inputting and do something, or get the variable name (like $value$ in the template text) of this replacement box. Does anyone know how to do it?

0

There are 0 best solutions below