How do I find a step definition implementation inside a steps %{} block?
I have a step definition that utilizes existing step definitions inside a steps %{} cucumber block. For example:
And /^I want my application do something great$/ do
steps %{
And I get good ideas
And I request more clarification
And I refactor some code
}
end
When a step is declared in a feature, I can use the ctrl+t shortcut to find out where the step definition is implemented. But I can't seem to do that when it's declared inside the block. Any ideas how to get that to work?
Also is there a way to find out what feature files use a particular step definition?
Thanks!
Please sign in to leave a comment.
Hello!
I've created the issue. I hope we will fix it soon
Thanks