Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Robot Framework 3.1 FOR loop syntax #69

Open
joaonc opened this issue Jan 24, 2019 · 2 comments
Open

Support for Robot Framework 3.1 FOR loop syntax #69

joaonc opened this issue Jan 24, 2019 · 2 comments

Comments

@joaonc
Copy link

joaonc commented Jan 24, 2019

The syntax for the FOR loop changed in Robot Framework 3.1 and the old syntax will be deprecated in 3.2.

More info here: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-3.1.rst#for-loop-enhancements

The plugin needs to support the new syntax.

@ghost
Copy link

ghost commented Jan 20, 2020

It has been a year since this issue was raised. Robot framework 3.2, which is currently in beta is deprecating the old for-loop syntax and prints warning for every usage.

@AmailP do you have any plans for implementing this or should people start looking for alternative plugins?

@Snooz82
Copy link

Snooz82 commented Apr 29, 2020

This could be solved by using the Language Server
https://github.com/robocorp/robotframework-lsp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants