lte2000 / intellibot

IntelliJ/PyCharm plugin for Robot Automation Framework
https://github.com/lte2000/intellibot
MIT License
90 stars 27 forks source link

Variables are not recognized inside FOR syntax #13

Closed zastress closed 3 years ago

zastress commented 4 years ago

I have a code with a simple FOR syntax, like the one below:

`FOR ${INDEX} IN RANGE 1 4

   Create User With Name            ${USER-PREFIX}28-user${INDEX}

END`

The ${INDEX} variable on the second line is underlined as not recognized inside Pycharm.

mecanda12 commented 4 years ago

I guess that was Pycharm issue. Now is resolved in new Pycharm version 2020.2. Please see below screen-short. image

lte2000 commented 3 years ago

I'm using Pycharm 2019.1.3, it is OK. Please see below screen-shot.

${INDEX}
zastress commented 3 years ago

Works for me now too. Thanks. For info, I have praised your work in my YouTube tutorials ( https://youtu.be/VYlpCrxLsEA ) and I also shared the repository with the Robot Framework community on slack. You have a lot of our attention :). Please continue to contribute!

lte2000 commented 3 years ago

Your video is so cool. It comprehensively describes the main problems encountered before and their current solutions. Thank you!

zastress commented 3 years ago

Tou're welcome. You earned the credit ;)

zastress commented 3 years ago

Fixed

lte2000 commented 3 years ago

@zastress Thanks for you video, I have linked your YouTube tutorials ( https://youtu.be/VYlpCrxLsEA ) in the plugin (name: intellibot #patched) overview page in marketplace https://plugins.jetbrains.com/plugin/17424-intellibot-patched If any concern, please let me know.

zastress commented 3 years ago

That's great, man! Thanks a lot for the feedback and for linking the video. Glad you uploaded it to marketplace.