robot-plugin icon indicating copy to clipboard operation
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.

Open mekhanikov opened this issue 11 years ago • 2 comments

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"

mekhanikov avatar May 22 '14 03:05 mekhanikov

Yes it would be nice to have, and not too hard to implement.

AmailP avatar Jun 27 '14 22:06 AmailP

That functionality would be really handy!

markuswoessner avatar Dec 29 '17 10:12 markuswoessner