Skip to content

Dotted keywords are not accepted. #114

@jrvilda

Description

@jrvilda

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions