I've installed PyCharm with the robotframework
support plugin.
The .robot files are identified successfully and I was able to create a simple script and run it in pyCharm.
However, my problem is that no keywords nor even the robotframework
libraries (selenium2library) are recognized by pycharm in order to be autocompleted when typing them.
I also have the intellibot
plugin installed.
Is there something that I'm missing? Is there another configuration file somewhere?
Thanks,
Try to set up your Library to robotframework-selenium2library == 1.8.0
, then the issue will disappear.
If you have the last version it doesn't work for me.