lte2000 / intellibot

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

IntelliBot #Patched causes Inspections freeze on some robot files #50

Open hngocanh opened 1 year ago

hngocanh commented 1 year ago

Hello,

I have been experiencing this issue recently. On my RF project, some robot files are stuck at Inspections forever. While it's "analyzing" (in the screenshot) it takes up a lot of CPU and laptop battery. I suspect the IntelliBot plugin is the problem because after I disable it, the issue does not reproduce. Could you have a look?

image2
lte2000 commented 1 year ago

hello, You can disable the Inspection: "Robot -> Clean up -> Import not used". This inspection cause many CPU if you have large number nested resource files.

For other Robot inspections, they normally take less CPU resources and you can keep the default settings.