robotframework / RIDE

Test data editor for Robot Framework
Apache License 2.0
957 stars 378 forks source link

Supporting Robot Framework 7's new VAR syntax #2703

Closed JFoederer closed 2 months ago

JFoederer commented 7 months ago

In Robot Framework 7 a new syntax for declaring variables is introduced. To complete RF7 support from RIDE this new syntax should be supported. Support would entail syntax highlighting and adding declared variables to the suggestions while editing.

HelioGuilherme66 commented 2 months ago

Sample test suite attached: new_variables.zip

HelioGuilherme66 commented 2 months ago

Missing variables recognition in autocomplete :(.