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
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.
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.
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.
tip. Alternatively, from the main menu, select Help | Check for Updates on Windows or Linux, or IntelliJ IDEA | Check for Updates on macOS.
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.
Under the Help
menu you can click About
. Then you will see the IntelliJ version in the popup screen.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With