intellibot
intellibot copied to clipboard
Dictionary Variable not recongnized
This is in PyCharm 2018.1.3 Community Edition build #PC-181.4892.64
The following code works fine. However the Plugin does not recognized the DemoVariable9 at all. The syntax highlighting is wrong, autocomplete doesn't work, etc...
*** Settings *** *** Variables *** @{DemoVariable8} 2592346540 -5214 1000 &{DemoVariable9} ID=123 MIN=0 MAX=100 UNITS=mm *** Test Cases *** Test1 Log @{Demovariable8}[0] Log @{DemoVariable8}[2] Log ${DemoVariable9.ID} Log &{DemoVariable9}[ID]
why was this issue moved to an other project? This still is not working for me.
I don't know why that happened, it must have been a mistake.