If you need to remove a plugin without launching IntelliJ IDEA, you can delete it manually from the plugin directory. Open the Installed tab and find the plugin that you want to remove.Ĭlick on the plugin's description pane and select Uninstall.
#INSTALL PLUGIN INTELLIJ ARCHIVE#
Select the plugin archive file and click OK.Ĭlick OK to apply the changes and restart the IDE if prompted.
#INSTALL PLUGIN INTELLIJ INSTALL#
On the Plugins page, click and then click Install Plugin from Disk. Install plugin from diskĭownload the plugin archive (ZIP or JAR).
For example, you can do it if the most recent version of the plugin is broken. To install a specific version, go to the plugin page in the JetBrains Plugin Repository, download and install it as described in Install plugin from disk. Install plugin from Marketplaceįind the plugin in the Marketplace and click Install. You can install additional plugins from the plugin repository or from a local archive file (ZIP or JAR). You can disable bundled plugins, but they cannot be removed. For more information, see Develop your own plugins.īy default, IntelliJ IDEA includes several bundled plugins. If existing plugins do not provide some functionality that you need, you can create your own plugin for IntelliJ IDEA. If your project depends on certain plugins, add them to the list of required plugins. If a plugin depends on some other plugin, IntelliJ IDEA will notify you about the dependencies. Some are limited only to commercial products, others require a separate license. Most plugins can be used with any JetBrains product. Disabling unnecessary plugins can increase performance. Use the Installed tab to browse bundled and installed plugins, enable, disable, update, or remove them. Use the Marketplace tab to browse and install plugins from the JetBrains Plugin Repository or from a custom plugin repository. Press Ctrl+Alt+S to open the IDE settings and select Plugins.
Shortcut hints, live previews, File Watchers, and so on.Ĭoding exercises that can help you to learn a new programming language. Integration with version control systems, issue trackers, build management servers, and other tools.Ĭoding assistance support for various languages and frameworks. For example, install plugins to get the following features: Plugins extend the core functionality of IntelliJ IDEA.