Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install a plugin in IntelliJ?

This seems like a stupid question but this page does not specify how to actually open a screen in IntelliJ which allows you to install a plugin. Is it even possible in the community edition?

like image 956
amphibient Avatar asked Jan 10 '14 22:01

amphibient


People also ask

Where are IntelliJ plugins Installed?

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 download a plugin?

To install the plugin, you visit the website of the plugin's developer and click on a link that will download the installer for the plugin you have selected. You can save the installer to an easy to find location such as the Desktop or a specific folder you have created to organize all of your downloads.

How do I see IntelliJ plugins on Mac?

Go to File -> Settings (IntelliJ IDEA -> Preferences in macOS) and select Plugins.


1 Answers

From your link

A convenient UI helps you install any available plugin from the Plugin Repository without leaving IntelliJ IDEA. (IDE Settings | Plugins):

File
   |_ Settings...
           |_ IDE Settings
                     |_ Plugins.

Here's a screenshot of the Settings dialog with Plugins selected:

enter image description here

Edit: Not sure if this is available in the community edition; I'm using Ultimate 12.0.4

like image 141
admdrew Avatar answered Oct 04 '22 16:10

admdrew