Search code examples
cucumbertddserenity-bdd

How to: When writing feature file, IDE suggests step definition glue code to use


I am using Serenity Cucumber4, and I am trying to find a way to get prompts when I am writing feature files that can tell me what step definition glue codes are available to me. Otherwise I would do it as I am currently, going into step definition files and copy/pasting the glue code into the feature file.

Is there a plugin for eclipse or vscode? Or maybe a special IDE that has this built it? Or, would I need to create my own plugin for this (I don't know how)?


Solution

  • If switching to IntelliJ is an option, there are plugins available to achieve this.