Can I control what IntelliJ steps names include when you suggest completing them?

I am using Cucumber with Gherkin syntax.

I would like to show only the corresponding step names in the combo box. I know about the "stand-alone" work that I need to do for this.

My question is, can I choose which step names will be entered in the combo box? (not all step names)

see image:

enter image description here

Thanks in advance.

+5
source share
1 answer

If you use tags for scripts or functions, or both, then the IDE should only display steps that fall within the scope of the tag.

0
source

All Articles