Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

IntelliJ IDEA

From Wikipedia, the free encyclopedia
Integrated development environment
"IntelliJ" redirects here. For the company formerly named IntelliJ Software, seeJetBrains.
IntelliJ IDEA
IntelliJ IDEA 2021.1 Community Edition
DeveloperJetBrains
Initial release1.0 / January 2001; 24 years ago (2001-01)
Stable release
2025.2[1] Edit this on Wikidata
Written inJava,Kotlin
Operating systemWindows,macOS,Linux
TypeJava IDE
License
Websitewww.jetbrains.com/idea/

IntelliJ IDEA (pronounced/ɪnˈtɛlɪ/in-TEL-ih-jay "idea"[3]) is anintegrated development environment (IDE) written inJava for developing computer software written in Java,Kotlin,Groovy, and otherJVM-based languages. It is developed byJetBrains (formerly known as IntelliJ) and is available as anApache 2 Licensed community edition withproprietary license for some bundled plugins,[2][4] and in a proprietary commercial edition. Both can be used for commercial development.[5][6]

History

[edit]

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

In 2009, JetBrains released the source code for IntelliJ IDEA under theopen-sourceApache License 2.0.[9][10] 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 2010InfoWorld report, IntelliJ received the highest test centre score out of the four top Java programming tools:Eclipse, IntelliJ IDEA,NetBeans andJDeveloper.[11]

In December 2014, Google announced version 1.0 ofAndroid Studio, anopen-source IDE forAndroid apps, based on the open source community edition.[12] Other development environments based on IntelliJ's framework includeAppCode,CLion,DataGrip,GoLand,PhpStorm,PyCharm,Rider,RubyMine,WebStorm, andMPS.[13]

In September 2020,Huawei announced and released version 1.0 ofDevEco Studio, an open-source IDE forHarmonyOS apps development, based onJetbrains IntelliJ IDEA with Huawei's SmartAssist forWindows andmacOS.[14]

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 supportingAnthropic'sClaude[15]; other agents were already available as plug-ins.

System requirements

[edit]
System requirements for IntelliJ IDEA 2023.3[16]
WindowsmacOSLinux
Operating system version64-bitWindows 10, version 1809 (orWindows Server 2019) or latermacOS Monterey or laterA Linux 6.x distribution withglibc 2.28 or later that supportsGNOME,KDE
RAM2 GB free RAM minimum; 8 GB RAM recommended
Disk space3.5 GB required; asolid-state drive with at least 5 GB of free space is recommended
JDK versionJDK 7 to 21 supported[17]
JRE versionBundled with Java 17
Screen resolutionAt least 1024×768 is required; at least 1920×1080 is recommended

Features

[edit]

Coding assistance

[edit]

The IDE provides certain features[18] likecode completion by analysing the context, code navigation which allows jumping to a class or declaration in the code directly,code refactoring,code debugging,[19]linting and options to fix inconsistencies via suggestions.

Built in tools and integration

[edit]

The IDE provides[18] integration with build/packaging tools likeMaven,Grunt,Gradle, andsbt. It supports databases likeMicrosoft SQL Server,Oracle,PostgreSQL,SQLite, andMySQL can be accessed directly from the IDE in the Ultimate edition, through an embedded version ofDataGrip, another IDE developed by JetBrains.

Plugin ecosystem

[edit]

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.[20]

Supported languages

[edit]

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

Supported in both Community and Ultimate Edition:


Supported in both Community and Ultimate Edition via plugins:

Supported only in Ultimate Edition:


Supported only in Ultimate Edition via plugins:

Technologies and frameworks

[edit]

Source:[21]

Supported in both Community and Ultimate Edition:


Supported only in Ultimate Edition:

There was a freeplugin fromAtlassian for IntelliJ available to integrate withJIRA,[34]Bamboo,Crucible andFishEye. However, the software, called IDE-Connector, was discontinued on June 1, 2015.[35]

Software versioning and revision control

[edit]

The two editions also differ in their support[21] forsoftware versioning andrevision control systems.

Supported in both Community and Ultimate Edition:

Supported only in Ultimate Edition:

Related Products

[edit]

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[38]:

See also

[edit]

Bibliography

[edit]

References

[edit]
  1. ^https://github.com/JetBrains/intellij-community/releases/tag/idea%2F2025.2.{{cite web}}:Missing or empty|title= (help)
  2. ^ab"JETBRAINS COMMUNITY EDITION TERMS".
  3. ^Jemerov, Dmitry (2 August 2013)."Build Developer Tools On Top of IntelliJ Platform. Webinar".YouTube, IntelliJ IDEA channel. Retrieved2 May 2024.
  4. ^"JetBrains/intellij-community".GitHub. 6 December 2022.
  5. ^"FAQ - IntelliJ Open-Source Project - Confluence".www.jetbrains.org. Archived fromthe original on 2020-01-23.
  6. ^"Can I use Community Editions of JetBrains IDEs for developing commercial proprietary software?".JetBrains. Retrieved29 June 2021.
  7. ^"IntelliJ IDEA :: Java refactoring plus sophisticated code refactoring for JSP, XML, CSS, HTML, JavaScript". JetBrains. Archived fromthe original on 2014-01-22. Retrieved2010-12-17.
  8. ^Fowler, Martin."Crossing Refactoring's Rubicon".MartinFowler.com.
  9. ^"JetBrains' IntelliJ IDEA Goes Open Source".The JetBrains Blog. 15 October 2009. Retrieved4 September 2022.
  10. ^Pronschinske, Mitch (15 October 2009)."IntelliJ IDEA Goes Open Source".dzone.com. Archived fromthe original on 2017-03-14. Retrieved4 September 2022.
  11. ^Binstock, Andrew (22 September 2010)."InfoWorld review: Top Java programming tools".InfoWorld.
  12. ^"Google releases Android Studio 1.0, the first stable version of its IDE".VentureBeat. 8 December 2014.
  13. ^"What is the IntelliJ Platform?".VentureBeat. 23 February 2015.
  14. ^Amit (2020-09-09)."Huawei DevEco Studio 1.0 launched: EMUI 11 and Hongmeng Project App can be developed".HU. Retrieved2023-08-24.
  15. ^https://www.jetbrains.com/ai-ides/
  16. ^"Install IntelliJ IDEA – System requirements".www.jetbrains.com. 11 January 2024. Retrieved7 February 2024.
  17. ^"Supported Java versions and features".www.jetbrains.com. 7 October 2023. Retrieved7 February 2024.
  18. ^ab"IntelliJ IDEA :: Features".JetBrains. Retrieved2016-02-07.
  19. ^Roman Beskrovnyi,"Debugging in IntelliJ IDEA: a beginner's guide",CodeGym.cc blog, 16 March 2020
  20. ^"JetBrains Marketplace".JetBrains. Retrieved2 November 2024.
  21. ^abc"IntelliJ IDEA Editions Comparison".JetBrains. Retrieved19 December 2014.
  22. ^"Cursive - Plugins - JetBrains".JetBrains Plugin Repository.
  23. ^"CloudSlang - Plugins - JetBrains".JetBrains Plugin Repository.
  24. ^"Elm - Plugins - JetBrains".JetBrains Plugin Repository. Archived fromthe original on 2021-05-09. Retrieved2019-03-04.
  25. ^van der Kleij, Rik."Haskell - Plugins - JetBrains".JetBrains Plugin Repository.
  26. ^"Julia - Plugins - JetBrains".JetBrains Plugin Repository.
  27. ^"sylvanaar2 / Lua For IDEA / wiki / Home — Bitbucket".bitbucket.org. Archived fromthe original on 2016-10-11. Retrieved2016-04-03.
  28. ^"Python Community Edition - Plugins - JetBrains".JetBrains Plugin Repository.
  29. ^"JetBrains Delights the Python Community with a Free Edition of its Famous IDE, PyCharm 3.0".jetbrains.com. 24 September 2013.
  30. ^"R Language for IntelliJ".JetBrains Plugin Repository.
  31. ^JetBrains."Rust".JetBrains Plugins. Retrieved2019-12-10.
  32. ^Cheptsov, Andrey (4 August 2017)."Official Support for Open-Source Rust Plugin for IntelliJ IDEA, CLion, and Other JetBrains IDEs".JetBrains Blog. Retrieved2019-12-10.
  33. ^"Built-in SBT Support in IntelliJ IDEA 13".JetBrains. 18 November 2013.
  34. ^"IDE Connectors".Atlassian. Archived fromthe original on 2011-10-18. Retrieved2009-02-07.
  35. ^Gatz, Bartek (June 2015)."We are discontinuing the support for Atlassian IDE Connectors - Atlassian Developers".developer.atlassian.com. Archived fromthe original on 2016-11-04. Retrieved2016-11-02.
  36. ^JetBrains."TFS".JetBrains Plugins. Retrieved2019-12-10.
  37. ^Microsoft."Azure DevOps".JetBrains Plugins. Retrieved2019-12-10.
  38. ^JetBrains."choose-your-ide".JetBrains IDEs. Retrieved2025-10-01.
Wikimedia Commons has media related toIntelliJ IDEA.
C,C++
Open source
Freeware
Retail
Discontinued
Java
Open source
Freeware
Retail
Discontinued
JavaScript
Open source
CLI (.NET)
Open source
Freeware
Retail
Discontinued
Flash
PHP
Open source
Proprietary
R
Python
Open source
Proprietary
Pascal,
Object Pascal
Open source
Freeware
Retail
Discontinued
BASIC
Open source
Freeware
Retail
Discontinued
Go
Open source
Freeware
Retail
Eiffel
Haxe
POP-11
Online
Retrieved from "https://en.wikipedia.org/w/index.php?title=IntelliJ_IDEA&oldid=1314509190"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp