Noam-Dori / ros-integrate

Extends IntelliJ-Based IDEs with ROS specific development tools
Apache License 2.0
22 stars 3 forks source link

Avoid whole computer indexing #30

Closed remi2257 closed 4 years ago

remi2257 commented 4 years ago

Feature: I would like PyCharm to not index files when Workspace (Langugages & Framworks > ROS) is not filled

Background The plugin always want to index. It starts to index my whole computer as soon as I create a project because initially, the workspace is empty which corresponds to the PC's root (I guess) As it is not possible to enable/disable plugins for one specific project, ROS Support is always enable on my PyCharm and each time I create a new project, my computer almost freeze because PyCharm is indexing everything

Details Can you add an option/condition which will allow set a new external library only if the user set one :) ?

Cheers

Noam-Dori commented 4 years ago

fixed. If you want, you can install the plugin from source to test the fix

remi2257 commented 4 years ago

Thank you sir :)