AmailP / robot-plugin

Robot Framework support plugin for IntelliJ Idea
Other
72 stars 38 forks source link

Dotted keywords are not accepted. #114

Open jrvilda opened 3 years ago

jrvilda commented 3 years ago

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:

Plugins: