IntelliJ IDEA

Revision as of 16:37, 25 May 2025 by 2a02:c7c:c391:4400:a4b2:8ec3:d58:d8b0 (talk)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Short description Template:Redirect Template:Primary sources {{#invoke:Infobox|infobox}}Template:Template other{{#invoke:Check for unknown parameters | check | showblankpositional=1 | unknown = Template:Main other | preview = Page using Template:Infobox software with unknown parameter "_VALUE_"|ignoreblank=y | AsOf | author | background | bodystyle | caption | collapsetext | collapsible | developer | discontinued | engine | engines | genre | included with | language | language count | language footnote | latest preview date | latest preview version | latest release date | latest release version | latest_preview_date | latest_preview_version | latest_release_date | latest_release_version | licence | license | logo | logo alt | logo caption | logo upright | logo size | logo title | logo_alt | logo_caption | logo_upright | logo_size | logo_title | middleware | module | name | operating system | operating_system | other_names | platform | programming language | programming_language | released | replaced_by | replaces | repo | screenshot | screenshot alt | screenshot upright | screenshot size | screenshot title | screenshot_alt | screenshot_upright | screenshot_size | screenshot_title | service_name | size | standard | title | ver layout | website | qid }}Template:Main other

IntelliJ IDEA (Template:IPAc-en<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>) 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,<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> and in a proprietary commercial edition. Both can be used for commercial development.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

HistoryEdit

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.<ref name="JetBrains">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

In 2009, JetBrains released the source code for IntelliJ IDEA under the open-source Apache License 2.0.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> 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.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

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.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Other development environments based on IntelliJ's framework include AppCode, CLion, DataGrip, GoLand, PhpStorm, PyCharm, Rider, RubyMine, WebStorm, and MPS.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

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.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

System requirementsEdit

citation
CitationClass=web

}}</ref>

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 2 GB free RAM minimum; 8 GB RAM recommended
Disk space 3.5 GB required; a solid-state drive with at least 5 GB of free space is recommended
JDK version JDK 7 to 21 supported<ref>{{#invoke:citation/CS1|citation CitationClass=web

}}</ref>

JRE version Bundled with Java 17
Screen resolution At least 1024×768 is required; at least 1920×1080 is recommended

FeaturesEdit

Coding assistanceEdit

The IDE provides certain features<ref name=":0">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> 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,<ref>Roman Beskrovnyi, "Debugging in IntelliJ IDEA: a beginner's guide", CodeGym.cc blog, 16 March 2020</ref> linting and options to fix inconsistencies via suggestions.

Built in tools and integrationEdit

The IDE provides<ref name=":0" /> 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 ecosystemEdit

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.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Supported languagesEdit

The Community and Ultimate editions differ in their support for various programming languages as shown in the following table.<ref name="editions">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Template:Col-begin Template:Col-2 Supported in both Community and Ultimate Edition:

Template:Col-2 Supported in both Community and Ultimate Edition via plugins:

  • Clojure<ref>{{#invoke:citation/CS1|citation

|CitationClass=web }}</ref>

  • CloudSlang<ref>{{#invoke:citation/CS1|citation

|CitationClass=web }}</ref>

  • Dart
  • Elm<ref>{{#invoke:citation/CS1|citation

|CitationClass=web }}</ref>

|CitationClass=web }}</ref>

  • Haxe
  • Julia<ref>{{#invoke:citation/CS1|citation

|CitationClass=web }}</ref>

  • Lua<ref>{{#invoke:citation/CS1|citation

|CitationClass=web }}</ref>

|CitationClass=web }}</ref><ref name="jetbrains.com">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

  • R<ref>{{#invoke:citation/CS1|citation

|CitationClass=web }}</ref>

  • Rust<ref>{{#invoke:citation/CS1|citation

|CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Template:Col-end

Template:Col-begin Template:Col-2 Supported only in Ultimate Edition:

Template:Col-2 Supported only in Ultimate Edition via plugins:

Template:Col-end

Technologies and frameworksEdit

Source:<ref name=editions/>

Template:Col-begin Template:Col-2 Supported in both Community and Ultimate Edition:

Template:Col-2 Supported only in Ultimate Edition:

|CitationClass=web }}</ref>

Template:Col-end

There was a free plugin from Atlassian for IntelliJ available to integrate with JIRA,<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Bamboo, Crucible and FishEye. However, the software, called IDE-Connector, was discontinued on June 1, 2015.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Software versioning and revision controlEdit

The two editions also differ in their support<ref name="editions" /> for software versioning and revision control systems.

Template:Col-begin Template:Col-2 Supported in both Community and Ultimate Edition:

|CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Template:Col-2 Supported only in Ultimate Edition:

Template:Col-end

See alsoEdit

Template:Portal

BibliographyEdit

ReferencesEdit

Template:Reflist

Template:Sister project

Template:Integrated development environments