Noam-Dori / ros-integrate

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

Uninstall plugins don't work well. #44

Closed gachiemchiep closed 4 years ago

gachiemchiep commented 4 years ago

Recently, I don't use ROS anymore, so I uninstall this plugin. Unfortunately, the ROS directory is still left inside "External Libraries". As in the below image

image

I tried everything, include uninstall and removing all of pycharm's config, log, cache. But it didn't work well.

~/.config/JetBrains/PyCharm2020.1
~/.cache/JetBrains/PyCharm2020.1
~/.local/share/JetBrains/PyCharm2020.1
~/.cache/JetBrains/PyCharm2020.1/log

Do you know how to solve this?

Noam-Dori commented 4 years ago

find your project's .idea folder. It should be in the top level project folder, which is hidden from the IDE on linux.

There should be some files you need to modify:

gachiemchiep commented 4 years ago

Hello @Noam-Dori Thanks for your advice. I delete the .idea directory and everything works fine for now.

I already gave you 5 stars on the marketplace. I hope that your plugin will get more popular in the future.