IntelliJ IDEA 2017.2 Help

Installing, Updating and Uninstalling Repository Plugins

In this section:

Introduction

To be able to use repository plugins, you have to download and install such plugins first. After that, you get the ability to update these plugins when appropriate.

When a repository plugin becomes unnecessary, you can disable or uninstall it.

Downloading and installing repository plugins

To download and install a repository plugin

  1. Press Ctrl+Alt+S or choose File | Settings (for Windows and Linux) or IntelliJ IDEA | Preferences (for macOS) on the main menu, and then go to Plugins.
  2. On the Plugins page that opens in the right-hand part of the dialog, click the Install JetBrains plugin or the Browse repositories button.
  3. In the dialog that opens (the Browse JetBrains Plugins dialog or the Browse Repositories dialog), right-click the required plugin and select Download and Install.

    Note that when looking for the plugin of interest, you can filter the plugin list and also to perform a search.

  4. Confirm your intention to download and install the selected plugin.
  5. Click Close.
  6. Click OK in the Settings dialog and restart IntelliJ IDEA for the changes to take effect.

Note that the plugin you have installed is automatically enabled. When necessary, you can disable it as described in Enabling and Disabling Plugins.

Updating repository plugins

To update a repository plugin

  1. Press Ctrl+Alt+S or choose File | Settings (for Windows and Linux) or IntelliJ IDEA | Preferences (for macOS) on the main menu, and then go to Plugins.
  2. Right-click any of the plugins and select Reload List of Plugins.

    The names of repository plugins that have newer versions available are shown blue.

  3. Right-click the necessary plugin and select Update Plugin.
  4. Click OK in the Settings dialog and restart IntelliJ IDEA for the changes to take effect.

Uninstalling repository plugins

To uninstall a repository plugin

  1. Press Ctrl+Alt+S or choose File | Settings (for Windows and Linux) or IntelliJ IDEA | Preferences (for macOS) on the main menu, and then go to Plugins.
  2. Right-click the repository plugin to be uninstalled and select Uninstall.
  3. Confirm your intention to uninstall the selected plugin.
  4. Click OK in the Settings dialog and restart IntelliJ IDEA for the changes to take effect.
Last modified: 29 November 2017

See Also