Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 297
eric Avatar asked Mar 23 '20 15:03

eric


People also ask

Where are IntelliJ Plugins stored?

If you installed IntelliJ IDEA via the Toolbox App, the plugins directory will be located in the installation directory. To find the installation directory, open the settings of the IDE instance in the Toolbox App, expand Configuration and look for the Install location field.

How do I disable unused Plugins in IntelliJ?

To achieve this, go to: File > Settings... > Appearance & Behavior > Menus and Toolbars and remove the unused features.

How do I disable unused Plugins in Pycharm?

Disable plugin Press Ctrl+Alt+S to open the IDE settings and select Plugins. Open the Installed tab, find and select the plugin that you want to disable. on the plugin's description pane and select Disable.


1 Answers

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.

like image 190
Arnaud Claudel Avatar answered Oct 08 '22 00:10

Arnaud Claudel