lte2000 / intellibot

IntelliJ/PyCharm plugin for Robot Automation Framework
https://github.com/lte2000/intellibot
MIT License
91 stars 26 forks source link

On Macbook: keyword cannot jump when it has return variable #29

Closed kritsadakorn1 closed 2 years ago

kritsadakorn1 commented 2 years ago
*** Test Cases ***
TC01
    ${messgae}  Test On MacBook     intellibot
    Test On MacBook     intellibot

*** Keywords ***
Test On MacBook
    [Arguments]   ${name}
    ${message}      set variable    hello ${name}
    [Return]    ${message}

Note: On Macbook, this keyword cannot jump to keywords section ${messgae} Test On MacBook intellibot image

On Macbook, this keyword can jump to keywords section Test On MacBook intellibot image

It works fine on Windows.

kritsadakorn1 commented 2 years ago

for this issue, "quick definition" does not work too.

kritsadakorn1 commented 2 years ago

it not a defect, issue may be plugin conflict. uninstall plugin, robot framework support, install only plugin intellibot. it works fine.

lte2000 commented 2 years ago

solved by issue author.