gtbono
gtbono

Reputation: 483

How to reset my IntelliJ IDEA plugins to default?

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

Answers (2)

Damian Kober
Damian Kober

Reputation: 1

In 2019.1 you can edit the ~/.IntelliJIdea2019.1/config/disabled_plugins.txt file

Upvotes: 0

Kootli
Kootli

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

Related Questions