Link CTRL+LB Click for new step decorators in behave Follow
Answered
Hi developers!
I have create several new decorators for framework behave (like Actions After the feature) through a plugin. I would like when I click CTRL + Left Click button of a step that is created in a .feature file, I can navigate towards to .py file where I have the steps of my project (like decorators given, when, then of default Pycharm)
Does anyone know what files I have to modify for carry out this implementation?
Thanks and regards!
Please sign in to leave a comment.
Hi Sergio,
I understand that you want to implement references support to be able to go from .feature file to .py file where a step is "declared".
Please read the following topics: