WebStorm doesn't navigate from a .feature
file to the function declaration in stepDefinition.js
if the name of the folder is stepDefinitions
. It works fine if the folder name is step_definitions
.
Is there a setting in WebStorm that I can change so that it will look for step definitions JS files under stepDefinitions
and not step_definitions
?
I am talking about this feature: https://www.jetbrains.com/help/idea/15.0/navigating-from-feature-file-to-step-definition.html?origin=old_help
I would like to stick to the programming standards we have established. Thanks.