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

Dotted keywords are not accepted. #114

Open
jrvilda opened this issue May 3, 2021 · 0 comments
Open

Dotted keywords are not accepted. #114

jrvilda opened this issue May 3, 2021 · 0 comments

Comments

@jrvilda
Copy link

jrvilda commented May 3, 2021

Dotted keywords appears as an option in the autocomplete.

image

but ...
When you ctrl + mouse over on the dotted keyword, the message 'Declaration "Test_Template object objwith_dot" [test.robot]' appears.
When you ctrl + click on the dotted keyword, the message "No usages found in All places" appears, and does not make the jump.

image

In the runtime it works correctly but not in the pycharm interface.
I have tested it with Ride.py, and the same project performs the jumps correctly.
If you replace the dots with another character, it works correctly.

file:robot.test
*** Test Cases ***
test2

[Documentation] doc
[template] Test_template object obj.with_dot
testdata1
testdata2

*** Keywords ***
Test_template object obj.with_dot

Log Test

ENV:

  • pycharm 2020.3.3

Plugins:

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