Reputation: 704
Suppose a Cucumber step definition for which I would like to change the name on multiple .feature files.
@Then("^the step which I need to rename in multiple .feature files:$")
I was wondering if there was some IntelliJ plugin support to allow such refactoring.
Upvotes: 2
Views: 1603
Reputation: 5850
If you right-click on the step in .feature file there is an option for that: Refactor -> Rename.... But it doesn't work as expected =)
Here is an issue for this: https://youtrack.jetbrains.com/issue/IDEA-152772
Best thing you can do so far is to upvote it...
Upvotes: 1