Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Intellij] Unable to go to definition of variable inside of arguments #404

Closed
fabioz opened this issue Jul 27, 2021 · 0 comments
Closed

Comments

@fabioz
Copy link
Collaborator

fabioz commented Jul 27, 2021

I have a similar issue when passing arguments to keyword

Setup Browser and Context
    New Browser    ${BROWSER}    headless=${HEADLESS}

Does not let me go to the ${HEADLESS} declaration. But if I just add two spaces so its

Setup Browser and Context
    New Browser    ${BROWSER}    headless=  ${HEADLESS} 

It finds ${HEADLESS} declaration without problem

OS: Windows 10
robotframework: 4.1
PyCharm: Build #PC-211.7628.24, built on June 30, 2021
Robot Framework Language Server: 0.19.0

Originally posted by @dgalezow in #387 (comment)

@fabioz fabioz changed the title PyCharm does not go to variable inside of arguments [Intellij] Unable to go to definition of variable inside of arguments Jul 27, 2021
@fabioz fabioz closed this as completed in f7b5147 Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant