Reputation: 483
I'm using IntelliJ and I installed almost every plugin available on the repositories, now my IntelliJ is slow.
Is there a way I can reset my IntelliJ plugins to the default ones?
Upvotes: 2
Views: 6467
Reputation: 1
In 2019.1 you can edit the ~/.IntelliJIdea2019.1/config/disabled_plugins.txt file
Upvotes: 0
Reputation: 564
You can delete the whole .idea folder - this will reset all of your settings: https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs
Upvotes: 1