trannghia190 / robotframework-helper

4 stars 3 forks source link

Feature request - Support for VAR syntax #15

Open Dymitriux opened 3 weeks ago

Dymitriux commented 3 weeks ago

Like in title, can we add support for VAR sytax? In documentation now we can find information that it is recommended:

NOTE: It is recommended to use the VAR syntax introduced in Robot Framework 7.0 for creating variables in different scopes instead of the Set Global/Suite/Test/Local Variable keywords. It makes creating variables uniform and avoids all the problems discussed above.

So more and more variable will be used with this syntax.

Now IDE don't recognize VAR and variable created this way is highligted as "Variable definition not found" image

OS: Windows

Dymitriux commented 6 days ago

Hi @trannghia190 , I see that there is no response for reported issues for some time, some of them block me of using this plugin at work, is there a chance that it will be done?

trannghia190 commented 5 days ago

sr for taking a long time. But this keyword is quite new, I need to take some time to find out a good solution to resolve it. Thanks. btw if your blocking stub is not this issue you can let me know then I can focus on another issue first

Dymitriux commented 5 days ago

Hi again, great, I was afraid that it will not be supported any more :) This one is blocking as mostly: Issue 17 There was some chages and now we use PYTHONPATH, but for some reason on windows is not working.