How to get the intellij version?

时间:2016-12-09 12:52:17

标签: intellij-idea

I would like to automatize plugins installation from command line,chef,puppet,ansible ...

So for this I need to grab plugins archive from https://plugins.jetbrains.com/plugin/ .

But to get a plugins archive I need to know what is the intellij version link to a given build

Example with scala-plugins:

archive are in https://plugins.jetbrains.com/files/1347/30658/ and for the intellij build number 163.4396—164 it's the version 2016.3.4

So the url to download it is: https://plugins.jetbrains.com/files/1347/30658/scala-intellij-bin-2016.3.4.zip

The problem:

I can get build number by reading content of $INTELLIJ_HOME/build.txt

But how to know to which version this build number map ?

Thanks for your help

5 个答案:

答案 0 :(得分:1)

For Windows, version number is present in file attributes file attributes for intelij version

答案 1 :(得分:0)

在mac中你可以在加载

期间在窗口看到它

enter image description here

同样在“帮助”菜单中,您可以点击IntelliJ IDEA Help

enter image description here

它打开一个网页,在左上角你可以看到一个版本

enter image description here

答案 2 :(得分:0)

在写入文件,编辑,查看...的顶部,转到帮助部分。 单击帮助部分,然后在下拉列表中单击关于。这将向您显示有关您正在使用的intellij的信息。

答案 3 :(得分:0)

Help菜单下,您可以单击About。然后,您将在弹出屏幕中看到IntelliJ版本。

答案 4 :(得分:0)

对于 macOS 上的 2020.3 版: 您可以在“Intellij IDEA”选项卡下拉菜单中找到“关于 Intellij IDEA”,它会像我一样描述整个版本,例如 2020.3.2。

enter image description here

相关问题