robot-plugin
robot-plugin copied to clipboard
Add go to Declaration in statements when return value from the method is returned and can be assigned to a variable.
Examle:
We have: "common_keywords.robot" filth keywords.
and Test Suite file: *** Settings *** Resource c-commerce-api/common_keywords.robot
*** Test Cases *** Test_Action_Get_ByActionId generate random id ${actionId} = generate random id
When we try to go to generate random id declaration in line "generate random id" it works fine, but we cand do in line: " ${actionId} = generate random id"
Yes it would be nice to have, and not too hard to implement.
That functionality would be really handy!