Getting Started with IntelliJ

  • You can now open IntelliJ by searching for the application in the application menu

 

 

 

  • Create a new Java/Maven/Kotlin Project

 

 

How to install Intellij Idea on Arch-based Linux Distributions(Manjaro) ?

IntelliJ is a cross-platform integrated development environment(IDE) developed by Jetbrains and is available as an Apache 2 Licensed community edition and a commercial edition. It is primarily used for developing computer software written in Java, Kotlin, Groovy, and other JAR-based languages. It is one of the most popular Java IDE on the market due to its features like auto code completion, syntax highlighting, linting, debugging, profiling, etc. It also supports code navigation, code completion, code refactoring, unit testing, integration testing, and a wide variety of plugins.

Since IntelliJ is proprietary software by Jetbrains and is not available in the official repositories, we cannot install it using Pacman. So, this article will discuss the most common way to install IntelliJ on Arch/Manjaro/Chakra.

Similar Reads

Installation of IntelliJ

Step 1: Update and upgrade your system by running...

Getting Started with IntelliJ

You can now open IntelliJ by searching for the application in the application menu...

Uninstallation of IntelliJ

To uninstall IntelliJ along with all of its dependencies run:...