Search code examples
intellij-idea

How to uninstall Plugins in IntelliJ IDEA?


Others have written to simply right-click the plugin to install, and then "Uninstall" will show up. But for me, right-clicking does nothing.

I am using Linux if that makes a difference. Thanks. a screenshot of IDEA's Plugins window


Solution

  • Try the Installed tab instead of the Marketplace.

    Here's the official tutorial: https://www.jetbrains.com/help/idea/managing-plugins.html#remove-plugin

    1. In the Settings/Preferences dialog ⌘,, select Plugins.

    2. Open the Installed tab and find the plugin that you want to remove.

    3. Click The down arrow next to the Disable/Enable button and select Uninstall from the dropdown menu.