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

前端 未结 3 783
无人共我
无人共我 2021-02-01 03:42

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 b

相关标签:
3条回答
  • 2021-02-01 04:07

    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.

    0 讨论(0)
  • 2021-02-01 04:18

    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

    0 讨论(0)
  • 2021-02-01 04:23

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

    0 讨论(0)
提交回复
热议问题