Describe the bug
I am trying to CMD+Click on the functions defined in my step definitions file and keep getting 'No definition found'. I have managed to get the extension work when I'm trying to do the same from a feature file to step definitions, however it doesn't work from step definition to page objects.
To Reproduce
Steps to reproduce the behavior:
We have CodeceptJS dependency injection implementation
Go to step definition file and CMD+Click on a function, then select 'Go to Definition'
it's returning 'No definition found' popup
Expected behavior
I expect this to take me to the page objects and exactly to the line where function was defined.
Describe the bug I am trying to CMD+Click on the functions defined in my step definitions file and keep getting 'No definition found'. I have managed to get the extension work when I'm trying to do the same from a feature file to step definitions, however it doesn't work from step definition to page objects.
To Reproduce Steps to reproduce the behavior:
Expected behavior I expect this to take me to the page objects and exactly to the line where function was defined.
Screenshots
Cucumberautocomplete part of VSCode settings:
Step definition: If applicable, add example of step definition:
Gherkin step line Then The the success banner will appear