Hey! Welcome to Coding Kotlin. Today we're going to be installing the IntelliJ IDEA IDE for Windows 10 to allow us to code in the Kotlin programming language on our machine.
To get started, head to Jetbrains and go to the download. The site should look like this:
![An arrow pointing towards the download button for IntelliJ IDEA](https://static.wixstatic.com/media/a27d24_521011d925a1447d9038f36748a8cf0a~mv2.jpg/v1/fill/w_980,h_430,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/a27d24_521011d925a1447d9038f36748a8cf0a~mv2.jpg)
After clicking on the download button, you'll be presented with the Ultimate vs. Community edition downloads. If you already have the Ultimate version, you can use that. However, we'll be downloading the free Community version in this tutorial so go ahead and click on that download link like shown below:
![A highlighted box around the community download option for IntelliJ IDEA](https://static.wixstatic.com/media/110281_d789cbca01f04dbdb2efc5d82ebc48ad~mv2.png/v1/fill/w_980,h_347,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/110281_d789cbca01f04dbdb2efc5d82ebc48ad~mv2.png)
After clicking on the download link, the program will automatically begin downloading. It's a pretty big file (about 550mb) so check back here once you've finished downloading.
Now that you've finished downloading IntelliJ, launch the installer you just downloaded. You can walk through the installer, but I recommend leaving everything as-is for now. When you get to Installation Options, I suggest selecting the following highlighted options:
![Highlighted options that are recommended for your installation of IntelliJ IDEA](https://static.wixstatic.com/media/110281_21d2ad04b92148a3a930ef3d095f6c5f~mv2.png/v1/fill/w_499,h_388,al_c,q_85,enc_auto/110281_21d2ad04b92148a3a930ef3d095f6c5f~mv2.png)
After doing that, click Next and begin the installation. Installation will likely take a minute or two, so come back here once you've finished.
Once IntelliJ IDEA is finished installing, check the Run option and click finish.
![A picture of the finished installation with the run option checked.](https://static.wixstatic.com/media/110281_51eab12f27e84fba8046da61c3f88eca~mv2.png/v1/fill/w_499,h_388,al_c,q_85,enc_auto/110281_51eab12f27e84fba8046da61c3f88eca~mv2.png)
After a few moments, you'll be greeted by the IDE preferences. First is the theme, as shown below. You can set the theme to dark or light - just a head's up, dark mode is way better on your eyes.
![The theme selector in the IntelliJ IDEA installer](https://static.wixstatic.com/media/110281_250a8591de2d4c8db80fc54db8e882e5~mv2.png/v1/fill/w_807,h_683,al_c,q_90,enc_auto/110281_250a8591de2d4c8db80fc54db8e882e5~mv2.png)
After selecting the theme, click on the Next: Default Plugins button. This will show you the default plugins. All of the listed plugins are enabled by default and I recommend leaving it that way. However, if you want to customize your IDE exactly how you want it, feel free to disable any plugins you don't think you'll need.
![A list of default plugins in the IntelliJ IDEA installation](https://static.wixstatic.com/media/110281_b8855904bc9843e8b5a4c52da76adedc~mv2.png/v1/fill/w_807,h_683,al_c,q_90,enc_auto/110281_b8855904bc9843e8b5a4c52da76adedc~mv2.png)
Once you've tinkered around with the default plugins, press the Next: Featured plugins option to see the available plugins for you to install. I recommend installing the Key Promoter X plugin because it teaches you the IDE shortcuts. You can also install some themes here and support for the Scala language.
![A list of available featured plugins to install in the IntelliJ IDEA installer](https://static.wixstatic.com/media/110281_d090d8afdb934e7a9235b2944120cdca~mv2.png/v1/fill/w_807,h_683,al_c,q_90,enc_auto/110281_d090d8afdb934e7a9235b2944120cdca~mv2.png)
Once you've finished customizing the IDE, click on the Start using IntelliJ IDEA button and your IDE will start up! You should be brought to the project menu, which allows you to create or open an existing project.
![The project menu in IntelliJ IDEA](https://static.wixstatic.com/media/110281_f4155810707544a59b3cac75b19485d5~mv2.png/v1/fill/w_668,h_489,al_c,q_85,enc_auto/110281_f4155810707544a59b3cac75b19485d5~mv2.png)
You've now successfully installed IntelliJ IDEA on your Windows machine and can begin coding in Kotlin, Java, Groovy, or Scala! If you experienced any issues when going through this tutorial, please check out the video on YouTube. We post a video to go along with these posts each day. Check out the YouTube video here.
Tune in tomorrow for the next Kotlin tutorial!
Commenti