-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Dotted keywords appears as an option in the autocomplete.
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.
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:
- IntelliBot@master.dev 0.10.143.395
- Robot Framework Support 0.24
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

