java 如何安装特定版本的 IDEA 插件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1226066/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-29 15:42:23  来源:igfitidea点击:

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

javaidepluginsintellij-idea

提问by oxbow_lakes

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 versionof a plugin.

自从迁移到我使用的 IDEA 插件之一的最新版本后,我遇到了问题。我可以从他们的网站下载该插件以前版本的 ZIP 文件,但我找不到有关如何手动安装特定版本插件的任何安装说明。

Anyone know how to do this?

有人知道怎么做吗?

采纳答案by Peter

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

认为您可以简单地将 jar 放到 plugins 目录中:

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

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

On Windows:

在 Windows 上:

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

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

回答by jakob

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

您也可以下载 zip,然后在Settings Plugins 中install plugin from disk并选择zipfile。在我的 Mac 上像魅力一样工作 =)

回答by CrazyCoder

If you are on Mac, it would be:

如果您使用的是 Mac,它将是:

~/Library/Application Support/IntelliJIdeaXX
其中 XX 是 IDEA 版本号代码。

You can find more detailsfor different platforms in the FAQ.

您可以在常见问题解答中找到有关不同平台的更多详细信息