IntelliJ IDEA: Difference between revisions
imported>Baptx mNo edit summary |
imported>Citation bot Added title. Changed bare reference to CS1/2. | Use this bot. Report bugs. | Suggested by Jay8g | #UCB_toolbar |
||
| Line 2: | Line 2: | ||
{{Redirect|IntelliJ|the company formerly named IntelliJ Software|JetBrains | {{Redirect|IntelliJ|the company formerly named IntelliJ Software|JetBrains | ||
}} | }} | ||
{{Infobox software | {{Infobox software | ||
| name = IntelliJ IDEA | | name = IntelliJ IDEA | ||
| Line 21: | Line 20: | ||
}} | }} | ||
'''IntelliJ IDEA''' ({{IPAc-en|ɪ|n|ˈ|t|ɛ|l|ɪ|dʒ|eɪ| | '''IntelliJ IDEA''' ({{small|pronounced}} {{IPAc-en|ɪ|n|ˈ|t|ɛ|l|ɪ|dʒ|eɪ}} {{respell|in|TEL|ih|jay}} "idea"<ref>{{cite web |last1=Jemerov |first1=Dmitry |title=Build Developer Tools On Top of IntelliJ Platform. Webinar |url=https://www.youtube.com/watch?v=vQDzjGzkPFc |website=YouTube, IntelliJ IDEA channel |date=2 August 2013 |access-date=2 May 2024}}</ref>) is an [[integrated development environment]] (IDE) written in [[Java (programming language)|Java]] for developing computer software written in Java, [[Kotlin (programming language)|Kotlin]], [[Apache Groovy|Groovy]], and other [[Java virtual machine|JVM]]-based languages. It is developed by [[JetBrains]] (formerly known as IntelliJ) and is available as an [[Apache 2 License]]d community edition with [[proprietary software|proprietary]] license for some bundled plugins,<ref name="community_edition_terms" /><ref>{{cite web|url=https://github.com/JetBrains/intellij-community|title=JetBrains/intellij-community|website=GitHub|date=6 December 2022 }}</ref> and in a proprietary commercial edition. Both can be used for commercial development.<ref>{{cite web|url=http://www.jetbrains.org/display/IJOS/FAQ|title=FAQ - IntelliJ Open-Source Project - Confluence|website=www.jetbrains.org|url-status=dead|archive-url=https://web.archive.org/web/20200123055132/http://www.jetbrains.org/display/IJOS/FAQ|archive-date=2020-01-23}}</ref><ref>{{Cite web|title=Can I use Community Editions of JetBrains IDEs for developing commercial proprietary software?|url=https://sales.jetbrains.com/hc/en-gb/articles/360021922640-Can-I-use-Community-Editions-of-JetBrains-IDEs-for-developing-commercial-proprietary-software-|access-date=29 June 2021|website=[[JetBrains]]}}</ref> | ||
==History== | ==History== | ||
| Line 28: | Line 27: | ||
In 2009, JetBrains released the source code for IntelliJ IDEA under the [[open-source software|open-source]] [[Apache License]] 2.0.<ref>{{cite web |title=JetBrains' IntelliJ IDEA Goes Open Source |url=https://blog.jetbrains.com/blog/2009/10/15/pr_151009/ |website=The JetBrains Blog |access-date=4 September 2022 |date=15 October 2009}}</ref><ref>{{cite web |last=Pronschinske |first=Mitch |title=IntelliJ IDEA Goes Open Source |url=https://dzone.com/articles/last-major-ide-vendor-intellij |website=dzone.com |access-date=4 September 2022 |language=en |date=15 October 2009|archive-url=https://web.archive.org/web/20170314153710/https://dzone.com/articles/last-major-ide-vendor-intellij|archive-date=2017-03-14}}</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 2009, JetBrains released the source code for IntelliJ IDEA under the [[open-source software|open-source]] [[Apache License]] 2.0.<ref>{{cite web |title=JetBrains' IntelliJ IDEA Goes Open Source |url=https://blog.jetbrains.com/blog/2009/10/15/pr_151009/ |website=The JetBrains Blog |access-date=4 September 2022 |date=15 October 2009}}</ref><ref>{{cite web |last=Pronschinske |first=Mitch |title=IntelliJ IDEA Goes Open Source |url=https://dzone.com/articles/last-major-ide-vendor-intellij |website=dzone.com |access-date=4 September 2022 |language=en |date=15 October 2009|archive-url=https://web.archive.org/web/20170314153710/https://dzone.com/articles/last-major-ide-vendor-intellij|archive-date=2017-03-14}}</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 (software)|Eclipse]], IntelliJ IDEA, [[NetBeans]] and [[JDeveloper]].<ref>{{cite web|url= | In a 2010 ''[[InfoWorld]]'' report, IntelliJ received the highest test centre score out of the four top Java programming tools: [[Eclipse (software)|Eclipse]], IntelliJ IDEA, [[NetBeans]] and [[JDeveloper]].<ref>{{cite web|url=https://www.infoworld.com/article/2180264/infoworld-review-top-java-programming-tools-2.html|title=InfoWorld review: Top Java programming tools|last=Binstock|first=Andrew|date=22 September 2010|work=[[InfoWorld]]}}</ref> | ||
In December 2014, Google announced version 1.0 of [[Android Studio]], an [[open-source software|open-source]] IDE for [[Android (operating system)|Android]] apps, based on the open source community edition.<ref>{{cite web|url=https://venturebeat.com/2014/12/08/google-releases-android-studio-1-0-the-first-stable-version-of-its-ide/|title=Google releases Android Studio 1.0, the first stable version of its IDE|work=[[VentureBeat]]|date=8 December 2014}}</ref> Other development environments based on IntelliJ's framework include [[AppCode]], [[JetBrains#CLion|CLion]], [[JetBrains#DataGrip|DataGrip]], [[JetBrains#GoLand|GoLand]], [[PhpStorm]], [[PyCharm]], [[JetBrains#Rider|Rider]], [[RubyMine]], [[WebStorm]], and [[JetBrains MPS|MPS]].<ref>{{cite web|url=http://www.jetbrains.org/pages/viewpage.action?pageId=983889|title=What is the IntelliJ Platform?|work=[[VentureBeat]]|date=23 February 2015}}</ref> | In December 2014, Google announced version 1.0 of [[Android Studio]], an [[open-source software|open-source]] IDE for [[Android (operating system)|Android]] apps, based on the open source community edition.<ref>{{cite web|url=https://venturebeat.com/2014/12/08/google-releases-android-studio-1-0-the-first-stable-version-of-its-ide/|title=Google releases Android Studio 1.0, the first stable version of its IDE|work=[[VentureBeat]]|date=8 December 2014}}</ref> Other development environments based on IntelliJ's framework include [[AppCode]], [[JetBrains#CLion|CLion]], [[JetBrains#DataGrip|DataGrip]], [[JetBrains#GoLand|GoLand]], [[PhpStorm]], [[PyCharm]], [[JetBrains#Rider|Rider]], [[RubyMine]], [[WebStorm]], and [[JetBrains MPS|MPS]].<ref>{{cite web|url=http://www.jetbrains.org/pages/viewpage.action?pageId=983889|title=What is the IntelliJ Platform?|work=[[VentureBeat]]|date=23 February 2015}}</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|Jetbrains]] IntelliJ IDEA with Huawei's SmartAssist for [[Microsoft Windows|Windows]] and [[macOS]].<ref>{{Cite web |last=Amit |date=2020-09-09 |title=Huawei DevEco Studio 1.0 launched: EMUI 11 and Hongmeng Project App can be developed |url=https://www.huaweiupdate.com/huawei-deveco-studio-1-0/ |access-date=2023-08-24 |website=HU |language=en-US}}</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|Jetbrains]] IntelliJ IDEA with Huawei's SmartAssist for [[Microsoft Windows|Windows]] and [[macOS]].<ref>{{Cite web |last=Amit |date=2020-09-09 |title=Huawei DevEco Studio 1.0 launched: EMUI 11 and Hongmeng Project App can be developed |url=https://www.huaweiupdate.com/huawei-deveco-studio-1-0/ |access-date=2023-08-24 |website=HU |language=en-US}}</ref> | ||
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|Anthropic's]] [[Claude (language model)|Claude]];<ref>{{cite web | title=JetBrains IDEs Go AI | url=https://www.jetbrains.com/ai-ides/ }}</ref> other agents were already available as plug-ins. | |||
==System requirements== | ==System requirements== | ||
{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;" | {| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;" | ||
|+ System requirements for IntelliJ IDEA | |+ System requirements for IntelliJ IDEA 2025.2<ref>{{cite web |date=16 September 2025 |title=Install IntelliJ IDEA – System requirements |url=https://www.jetbrains.com/help/idea/installation-guide.html |access-date=16 November 2025 |website=www.jetbrains.com}}</ref> | ||
! | ! | ||
!Windows | !Windows | ||
| Line 54: | Line 55: | ||
|- | |- | ||
|'''JDK version''' | |'''JDK version''' | ||
| colspan="3" |JDK 7 to | | colspan="3" |JDK 7 to 25 supported<ref>{{cite web |date=9 October 2025 |title=Supported Java versions and features |url=https://www.jetbrains.com/help/idea/supported-java-versions.html |access-date=16 November 2025 |website=www.jetbrains.com}}</ref> | ||
|- | |- | ||
|'''JRE version''' | |'''JRE version''' | ||
| colspan="3" |Bundled with Java | | colspan="3" |Bundled with Java 21 | ||
|- | |- | ||
|'''Screen resolution''' | |'''Screen resolution''' | ||
| Line 152: | Line 153: | ||
{{Col-end}} | {{Col-end}} | ||
There was a free [[Plug-in (computing)|plugin]] from [[Atlassian]] for IntelliJ available to integrate with [[Jira (software)|JIRA]],<ref>{{cite web|url = http://www.atlassian.com/software/ideconnector/|title = IDE Connectors|publisher = [[Atlassian]]|access-date = 2009-02-07|archive-url = https://web.archive.org/web/20111018065835/http://www.atlassian.com/software/ideconnector/|archive-date = 2011-10-18|url-status = dead}}</ref> [[Bamboo (software)|Bamboo]], [[Crucible (software)|Crucible]] and [[FishEye (software)|FishEye]]. However, the software, called IDE-Connector, was discontinued on June 1, 2015.<ref>{{cite web|url=https://developer.atlassian.com/blog/2015/06/discontinuing-ide-connectors-support/?_ga=1.16395702.1631102713.1476165618|title=We are discontinuing the support for Atlassian IDE Connectors - Atlassian Developers|website=developer.atlassian.com|date=June 2015|access-date=2016-11-02|archive-date=2016-11-04|archive-url=https://web.archive.org/web/20161104001236/https://developer.atlassian.com/blog/2015/06/discontinuing-ide-connectors-support/?_ga=1.16395702.1631102713.1476165618|url-status=dead}}</ref> | There was a free [[Plug-in (computing)|plugin]] from [[Atlassian]] for IntelliJ available to integrate with [[Jira (software)|JIRA]],<ref>{{cite web|url = http://www.atlassian.com/software/ideconnector/|title = IDE Connectors|publisher = [[Atlassian]]|access-date = 2009-02-07|archive-url = https://web.archive.org/web/20111018065835/http://www.atlassian.com/software/ideconnector/|archive-date = 2011-10-18|url-status = dead}}</ref> [[Bamboo (software)|Bamboo]], [[Crucible (software)|Crucible]] and [[FishEye (software)|FishEye]]. However, the software, called IDE-Connector, was discontinued on June 1, 2015.<ref>{{cite web|url=https://developer.atlassian.com/blog/2015/06/discontinuing-ide-connectors-support/?_ga=1.16395702.1631102713.1476165618|title=We are discontinuing the support for Atlassian IDE Connectors - Atlassian Developers|website=developer.atlassian.com|date=June 2015|access-date=2016-11-02|archive-date=2016-11-04|archive-url=https://web.archive.org/web/20161104001236/https://developer.atlassian.com/blog/2015/06/discontinuing-ide-connectors-support/?_ga=1.16395702.1631102713.1476165618|first1=Bartek|last1=Gatz|url-status=dead}}</ref> | ||
===Software versioning and revision control=== | ===Software versioning and revision control=== | ||
| Line 168: | Line 169: | ||
* [[Perforce]] | * [[Perforce]] | ||
{{Col-end}} | {{Col-end}} | ||
===Related Products=== | |||
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:<ref>{{cite web| | |||
author=JetBrains| | |||
title=choose-your-ide| | |||
website=JetBrains IDEs| | |||
url=https://www.jetbrains.com/ides/#choose-your-ide| | |||
access-date=2025-10-01}}</ref> | |||
* IntelliJ IDEA: Java, Kotlin, Spring | |||
* [[PyCharm]]: Python, Django, Jupyter | |||
* [[PhpStorm]]: PHP, Laravel, Symfony | |||
* [[GoLand]]: Go (Golang), JavaScript, TypeScript | |||
* [[JetbrainsRider|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== | ==See also== | ||
Latest revision as of 09:06, 17 November 2025
Template:Short description Script error: No such module "redirect hatnote". Script error: No such module "Infobox".Template:Template other Script error: No such module "Check for unknown parameters".Script error: No such module "Check for conflicting parameters".
IntelliJ IDEA (pronouncedScript error: No such module "Check for unknown parameters". Template:IPAc-en Script error: No such module "Respell". "idea"[1]) 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,[2][3] and in a proprietary commercial edition. Both can be used for commercial development.[4][5]
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.[6][7]
In 2009, JetBrains released the source code for IntelliJ IDEA under the open-source Apache 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 December 2014, Google announced version 1.0 of Android Studio, an open-source IDE for Android apps, based on the open source community edition.[11] Other development environments based on IntelliJ's framework include AppCode, CLion, DataGrip, GoLand, PhpStorm, PyCharm, Rider, RubyMine, WebStorm, and MPS.[12]
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]
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;[14] other agents were already available as plug-ins.
System requirements
| 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 25 supported[16] | ||
| JRE version | Bundled with Java 21 | ||
| Screen resolution | At least 1024×768 is required; at least 1920×1080 is recommended | ||
Features
Coding assistance
The IDE provides certain features[17] 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,[18] linting and options to fix inconsistencies via suggestions.
Built in tools and integration
The IDE provides[17] 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.[19]
Supported languages
The Community and Ultimate editions differ in their support for various programming languages as shown in the following table.[20]
<templatestyles src="Col-begin/styles.css"/>
|
Supported in both Community and Ultimate Edition:
|
Supported in both Community and Ultimate Edition via plugins:
|
<templatestyles src="Col-begin/styles.css"/>
|
Supported only in Ultimate Edition:
|
Supported only in Ultimate Edition via plugins:
|
Technologies and frameworks
Source:[20]
<templatestyles src="Col-begin/styles.css"/>
|
Supported in both Community and Ultimate Edition:
|
Supported only in Ultimate Edition:
|
There was a free plugin from Atlassian for IntelliJ available to integrate with JIRA,[33] Bamboo, Crucible and FishEye. However, the software, called IDE-Connector, was discontinued on June 1, 2015.[34]
Software versioning and revision control
The two editions also differ in their support[20] for software versioning and revision control systems.
<templatestyles src="Col-begin/styles.css"/>
|
Supported in both Community and Ultimate Edition:
|
Supported only in Ultimate Edition:
|
Related Products
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:[37]
- 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
Script error: No such module "Portal".
Bibliography
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
References
<templatestyles src="Reflist/styles.css" />
- ↑ Script error: No such module "citation/CS1".
- ↑ Cite error: Script error: No such module "Namespace detect".Script error: No such module "Namespace detect".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ a b Script error: No such module "citation/CS1".
- ↑ Roman Beskrovnyi, "Debugging in IntelliJ IDEA: a beginner's guide", CodeGym.cc blog, 16 March 2020
- ↑ Script error: No such module "citation/CS1".
- ↑ a b c Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
Script error: No such module "Check for unknown parameters".