AmailP / robot-plugin

Robot Framework support plugin for IntelliJ Idea
Other
72 stars 38 forks source link

Add go to Declaration in statements when return value from the method is returned and can be assigned to a variable. #7

Open mekhanikov opened 10 years ago

mekhanikov commented 10 years ago

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"

AmailP commented 10 years ago

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

markuswoessner commented 6 years ago

That functionality would be really handy!