IntelliJ IDEA ( "idea") is an integrated development environment (IDE) written in Java for developing computer software written in Java, Kotlin, Groovy, and other JVM-based languages. It is developed by JetBrains (formerly known as IntelliJ) and is available as an Apache 2 Licensed community edition with proprietary license for some bundled plugins, and in a proprietary commercial edition. Both can be used for commercial development.

History

The first version of IntelliJ IDEA was released in January 2001 and was one of the first available Java IDEs with advanced code navigation and code refactoring capabilities integrated.

In 2009, JetBrains released the source code for IntelliJ IDEA under the open-source Apache License 2.0. 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.

In December 2014, Google announced version 1.0 of Android Studio, an open-source IDE for Android apps, based on the open source community edition. Other development environments based on IntelliJ's framework include AppCode, CLion, DataGrip, GoLand, PhpStorm, PyCharm, Rider, RubyMine, WebStorm, and MPS.

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.

In September 2025, JetBrains added AI support to its IDE as a free (limited use) or a paid-for subscription service. This includes their own agent (Junie) and supporting Anthropic's Claude; other agents were already available as plug-ins.

System requirements

{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;"

|+ System requirements for IntelliJ IDEA 2025.2

!

!Windows

!macOS

!Linux

|-

|Operating system version

|64-bit Windows 10, version 1809 (or Windows Server 2019) or later

|macOS Monterey or later

|A Linux 6.x distribution with glibc 2.28 or later that supports GNOME, KDE

|-

|RAM

| colspan="3" |2 GB free RAM minimum; 8 GB RAM recommended

|-

|Disk space

| colspan="3" |3.5 GB required; a solid-state drive with at least 5 GB of free space is recommended

|-

|JDK version

| colspan="3" |JDK 7 to 25 supported

|-

|JRE version

| colspan="3" |Bundled with Java 21

|-

|Screen resolution

| colspan="3" |At least 1024×768 is required; at least 1920×1080 is recommended

|}

Features

Coding assistance

The IDE provides certain features 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, linting and options to fix inconsistencies via suggestions.

Built in tools and integration

The IDE provides

Supported languages

The Community and Ultimate editions differ in their support for various programming languages as shown in the following table.

Supported in both Community and Ultimate Edition:

  • CSS, Sass, SCSS, Less, Stylus
  • Groovy
  • HTML, XML, JSON, YAML
  • Java
  • Kotlin
  • Markdown
  • XSL, XPATH

Supported in both Community and Ultimate Edition via plugins:

  • Clojure
  • CloudSlang
  • Dart
  • Elm
  • Erlang
  • Gosu
  • Haskell
  • Haxe
  • Julia
  • Lua
  • Perl
  • Python
  • R
  • Rust
  • Scala

Supported only in Ultimate Edition:

  • CoffeeScript, ActionScript
  • JavaScript, TypeScript
  • SQL

Supported only in Ultimate Edition via plugins:

  • Cython
  • Go
  • PHP
  • Ruby and JRuby

Technologies and frameworks

Source:

  • Spring

There was a free plugin from Atlassian for IntelliJ available to integrate with JIRA, Bamboo, Crucible and FishEye. However, the software, called IDE-Connector, was discontinued on June 1, 2015.

Software versioning and revision control

The two editions also differ in their support

Supported only in Ultimate Edition:

  • Perforce

The core engine (IntelliJ IDEA) is also included in a number of product IDEs specifically targeted at particular development environments. As of late September 2025, these included:

  • IntelliJ IDEA: Java, Kotlin, Spring
  • PyCharm: Python, Django, Jupyter
  • PhpStorm: PHP, Laravel, Symfony
  • GoLand: Go (Golang), JavaScript, TypeScript
  • Rider: C#, .NET, ASP.NET
  • CLion: C, C++, CMake
  • RustRover: Rust, SQL, JavaScript
  • WebStorm: JavaScript, TypeScript, React
  • RubyMine: Ruby on Rails (RoR), Hotwire, RuboCop
  • DataGrip: Databases, SQL, NoSQL
  • DataSpell: Python, Jupyter, SQL cells
  • ReSharper: C#, .NET, ASP.NET

See also

  • Comparison of integrated development environments

Bibliography

References