Thank you for your great work. I encountered what may be an issue.
Having the following keyword
*** Keywords ***
Do Something With A ${parameter}
Log To Console ${parameter}
${result}= Any Keyword
[Return] ${result}
*** Test Cases ***
My Test:
${init_result}= Given Do Something With A something
...
The plugin fails to see Given Do Something With A something as the invocation of Do Something With A keyword.
Hi,
Thank you for your great work. I encountered what may be an issue.
Having the following keyword
The plugin fails to see
Given Do Something With A something
as the invocation ofDo Something With A
keyword.Thanks