lte2000 / intellibot

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

It can not find "FOR" KEYWORD #40

Closed EVAN409812904 closed 2 years ago

EVAN409812904 commented 2 years ago

can not find "FOR" KEYWORD image image

and can not find DateTime image

lte2000 commented 2 years ago

FOR is not a keyword.

DateTime is robotframework BUILT-IN library, it works well. Could you check your python and pycharm project settings?

image

EVAN409812904 commented 2 years ago

FOR is not a keyword.

DateTime is robotframework BUILT-IN library, it works well. Could you check your python and pycharm project settings?

image

emm... i found another DateTime.py in wxPython, so i removed it then works well, is it a bug? by the way, can't this plugin prompt the "FOR" like RIDE. e.g END,IN

lte2000 commented 2 years ago

For the DateTime.py, please check and adjust python module search order in your project.

For auto-completion of FOR, END, IN, will be implemented in future. But I think this is not urgently needed, because, after all, only 2 to 3 characters need to be input, while with auto-completion it also need 2 to 3 key press.

lte2000 commented 2 years ago

Auto-completion of FOR, END, IN is implemented Version 0.12.191.8026