intellibot icon indicating copy to clipboard operation
intellibot copied to clipboard

Dictionary Variable not recongnized

Open Adrenaline123 opened this issue 6 years ago • 2 comments

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]

Adrenaline123 avatar Jul 12 '18 13:07 Adrenaline123

why was this issue moved to an other project? This still is not working for me.

image

rolatsch avatar Sep 27 '19 06:09 rolatsch

I don't know why that happened, it must have been a mistake.

DanielPBak avatar Dec 11 '19 17:12 DanielPBak