Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export a list of IntelliJ plugins

One feature I miss from Eclipse is exporting a list of installed plugins; I haven't been able to find a way to do this in IntelliJ.

For developers who need to use different machines (including different OSs) this would be helpful. Other than the availables.xml and disabled_plugins.txt is there any other way to get a list of what plugins are installed and active? Having to use two files to deduce the answers is a bit cumbersome.

like image 317
kierans Avatar asked Mar 08 '13 02:03

kierans


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.


Video Answer


2 Answers

Open the settings, go to plugins, filter them by "Enabled", then select the entire list (CTRL+A would work), and copy them with CTRL+C.

This will give you a nice list of enabled plugins along with their versions. Something like:

BashSupport (1.6.13.182)
Behat Support (182.4129.45)
Blade Support (182.4129.45)
Codeception Framework (182.4129.45)
CoffeeScript (182.4129.45)
Command Line Tool Support (182.4129.45)
[...]
like image 84
PowerKiKi Avatar answered Oct 29 '22 17:10

PowerKiKi


There is no easier way to do it right now, please vote for this feature request.

like image 29
CrazyCoder Avatar answered Oct 29 '22 18:10

CrazyCoder