Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get the intellij version?

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

like image 616
bioinfornatics Avatar asked Dec 09 '16 12:12

bioinfornatics


People also ask

How do I find my IntelliJ version?

IntelliJ IDEA supports a directory-based versioning model, which means that each project directory can be associated with a different version control system. Press Ctrl+Alt+S to open the IDE settings and select Version Control | Directory Mappings.

How do I know if IntelliJ is installed?

If you installed IntelliJ IDEA via the Toolbox App, you can find the installation directory in the app: open the settings of the IDE instance in the Toolbox App, expand Configuration and look for the Install location field.

What is the latest IntelliJ version?

IntelliJ IDEA 2022.1 supports new features from Java 18, which was released in March 2022. The IDE now supports code snippets, the changes to pattern matching for switch expressions, and more.

How do I check for IntelliJ update?

tip. Alternatively, from the main menu, select Help | Check for Updates on Windows or Linux, or IntelliJ IDEA | Check for Updates on macOS.


3 Answers

In the top bar where File, Edit, View... Are written, go to the Help section. Click on Help section and in the drop-down click on About. That will show you the information regarding the Intellij Version you are using.

like image 131
AidenFrost Avatar answered Oct 20 '22 21:10

AidenFrost


Under the Help menu you can click About. Then you will see the IntelliJ version in the popup screen.

like image 3
Dinesh Sandaruwan Avatar answered Oct 20 '22 21:10

Dinesh Sandaruwan


For version 2020.3 on macOS: You can find the 'About Intellij IDEA' at 'Intellij IDEA' tab drop-down which would describe the whole version like 2020.3.2 as for me.

enter image description here

like image 1
Zien Avatar answered Oct 20 '22 22:10

Zien