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

久未见 提交于 2019-12-03 05:43:52

问题


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?


回答1:


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




回答2:


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 =)




回答3:


If you are on Mac, it would be:

~/Library/Application Support/IntelliJIdeaXX
where XX is IDEA version number code.

You can find more details for different platforms in the FAQ.



来源:https://stackoverflow.com/questions/1226066/how-do-i-install-a-specific-version-of-an-idea-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!