The first version of IntelliJ IDEA was released in January 2000 and was one of the first available Java IDEs with advanced code navigation and code refactoring capabilities integrated.[6][7]
In 2009, JetBrains released the source code for IntelliJ IDEA under the open-sourceApache License 2.0.[8][9] JetBrains also began distributing a limited version of IntelliJ IDEA consisting of open-source features under the moniker Community Edition. The commercial Ultimate Edition provides additional features and remains available for a fee.
In a 2010 InfoWorld report, IntelliJ received the highest test centre score out of the four top Java programming tools: Eclipse, IntelliJ IDEA, NetBeans and JDeveloper.[10]
In September 2020, Huawei announced and released version 1.0 of DevEco Studio, an open-source IDE for HarmonyOS apps development, based on Jetbrains IntelliJ IDEA with Huawei's SmartAssist for Windows and macOS.[13]
At least 1024×768 is required; at least 1920×1080 is recommended
Features
Coding assistance
The IDE provides certain features[16] like code completion by analysing the context, code navigation which allows jumping to a class or declaration in the code directly, code refactoring, code debugging,[17]linting and options to fix inconsistencies via suggestions.
Built in tools and integration
The IDE provides[16] integration with build/packaging tools like Maven, Grunt, Gradle, and sbt. It supports databases like Microsoft SQL Server, Oracle, PostgreSQL, SQLite, and MySQL can be accessed directly from the IDE in the Ultimate edition, through an embedded version of DataGrip, another IDE developed by JetBrains.
Plugin ecosystem
IntelliJ IDEA supports plugins through which one can add additional functionality to the IDE. Plugins can be downloaded and installed either from IntelliJ's plugin repository website or through the IDE's built-in plugin search and install feature. Each edition has separate plugin repositories, with the Community edition supporting over 7,600 plugins, and the Ultimate edition supporting over 8,300 plugins, as of November 2024.[18]
Supported languages
The Community and Ultimate editions differ in their support for various programming languages as shown in the following table.[19]
There was a free plugin from Atlassian for IntelliJ available to integrate with JIRA,[32]Bamboo, Crucible and FishEye. However, the software, called IDE-Connector, was discontinued on June 1, 2015.[33]