Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install a specific version of an IDEA plugin?

I have experienced problems since moving to the latest version of one of the IDEA plugins I use. I can download ZIP files of previous versions of the plugin from their website but I can't find any installation instructions for how to manually install a specific version of a plugin.

Anyone know how to do this?

like image 899
oxbow_lakes Avatar asked Aug 04 '09 07:08

oxbow_lakes


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 install custom plugins?

Installing a pluginIn the Google Cloud console, go to the Environments page. Find your environment and follow the DAGs link. Go one folder level up, then navigate to the plugins/ folder. Upload your plugin files.


2 Answers

You could also download the zip and then in Settings Plugins press install plugin from disk and choose the zipfile. Works like a charm on my Mac =)

like image 65
jakob Avatar answered Sep 20 '22 21:09

jakob


Think you can simple drop the jar in the plugins directory:

idea.plugins.path=${user.home}/.IntelliJIdea80/config/plugins

On Windows:

idea.plugins.path=%USERPROFILE%\.IntelliJIdea80\config\plugins

like image 25
Peter Avatar answered Sep 20 '22 21:09

Peter