Don't suggest live template while already executing one

已回答

It's a bit annoying sometimes that while I am filling the variables of a live template, I get an auto-complete suggestion for another live template, I press tab to go to the next variable but instead it triggers the live template suggestion, messing up my current live template execution (cannot use cmd+z to undo and keep filling the template, because it is completely canceled).

I guess that during the execution of one live template it makes little sense to execute another one. Perhaps live templates can be omitted from auto-complete suggestions while filling the params of a live template?

0

You can disable live templates in completion. Add

show.live.templates.in.completion=false

in Help | Edit Custom Properties and restart IntelliJ IDEA.

0

Thanks, going to try it.

0

请先登录再写评论。