Software:IntelliJ IDEA

From HandWiki
IntelliJ IDEA
File:Upright=1
File:250px
IntelliJ IDEA 2021.1 Community Edition
Initial release1.0 / January 2001; 25 years ago (2001-01)
Written inJava, Kotlin
Operating systemWindows, macOS, Linux
TypeJava IDE
License
  • Community edition: Apache License 2.0 with proprietary license for some bundled plugins[1]
  • Ultimate edition: Trialware
Websitewww.jetbrains.com/idea/

IntelliJ IDEA (pronounced /ɪnˈtɛlɪ/ in-TEL-ih-jay "idea"[2]) 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,[1][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

System requirements for IntelliJ IDEA 2023.3[15]
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[16]
JRE version Bundled with Java 17
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]

Technologies and frameworks

Source:[20]

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.

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

Bibliography

References

  1. 1.0 1.1 "JETBRAINS COMMUNITY EDITION TERMS". https://www.jetbrains.com/legal/docs/toolbox/user_community/. 
  2. Jemerov, Dmitry (2 August 2013). "Build Developer Tools On Top of IntelliJ Platform. Webinar". https://www.youtube.com/watch?v=vQDzjGzkPFc. 
  3. "JetBrains/intellij-community". 6 December 2022. https://github.com/JetBrains/intellij-community. 
  4. "FAQ - IntelliJ Open-Source Project - Confluence". http://www.jetbrains.org/display/IJOS/FAQ. 
  5. "Can I use Community Editions of JetBrains IDEs for developing commercial proprietary software?". https://sales.jetbrains.com/hc/en-gb/articles/360021922640-Can-I-use-Community-Editions-of-JetBrains-IDEs-for-developing-commercial-proprietary-software-. 
  6. "IntelliJ IDEA :: Java refactoring plus sophisticated code refactoring for JSP, XML, CSS, HTML, JavaScript". JetBrains. http://www.jetbrains.com/idea/features/refactoring.html. 
  7. Fowler, Martin. "Crossing Refactoring's Rubicon". MartinFowler.com. http://martinfowler.com/articles/refactoringRubicon.html. 
  8. "JetBrains' IntelliJ IDEA Goes Open Source". 15 October 2009. https://blog.jetbrains.com/blog/2009/10/15/pr_151009/. 
  9. Pronschinske, Mitch (15 October 2009). "IntelliJ IDEA Goes Open Source" (in en). https://dzone.com/articles/last-major-ide-vendor-intellij. 
  10. Binstock, Andrew (22 September 2010). "InfoWorld review: Top Java programming tools". InfoWorld. https://www.infoworld.com/article/2180264/infoworld-review-top-java-programming-tools-2.html. 
  11. "Google releases Android Studio 1.0, the first stable version of its IDE". VentureBeat. 8 December 2014. https://venturebeat.com/2014/12/08/google-releases-android-studio-1-0-the-first-stable-version-of-its-ide/. 
  12. "What is the IntelliJ Platform?". VentureBeat. 23 February 2015. http://www.jetbrains.org/pages/viewpage.action?pageId=983889. 
  13. Amit (2020-09-09). "Huawei DevEco Studio 1.0 launched: EMUI 11 and Hongmeng Project App can be developed" (in en-US). https://www.huaweiupdate.com/huawei-deveco-studio-1-0/. 
  14. https://www.jetbrains.com/ai-ides/
  15. "Install IntelliJ IDEA – System requirements". 11 January 2024. https://www.jetbrains.com/help/idea/installation-guide.html. 
  16. "Supported Java versions and features". 7 October 2023. https://www.jetbrains.com/help/idea/supported-java-versions.html. 
  17. 17.0 17.1 "IntelliJ IDEA :: Features". https://www.jetbrains.com/idea/features/. 
  18. Roman Beskrovnyi, "Debugging in IntelliJ IDEA: a beginner's guide", CodeGym.cc blog, 16 March 2020
  19. "JetBrains Marketplace". https://plugins.jetbrains.com/. 
  20. 20.0 20.1 20.2 "IntelliJ IDEA Editions Comparison". JetBrains. http://www.jetbrains.com/idea/features/editions_comparison_matrix.html. 
  21. "Cursive - Plugins - JetBrains". https://plugins.jetbrains.com/plugin/8090-cursive. 
  22. "CloudSlang - Plugins - JetBrains". https://plugins.jetbrains.com/plugin/9437-cloudslang-plugin. 
  23. "Elm - Plugins - JetBrains". https://plugins.jetbrains.com/plugin/10268-elm. 
  24. van der Kleij, Rik. "Haskell - Plugins - JetBrains". https://plugins.jetbrains.com/plugin/8258-intellij-haskell. 
  25. "Julia - Plugins - JetBrains". https://plugins.jetbrains.com/plugin/10413-julia. 
  26. "sylvanaar2 / Lua For IDEA / wiki / Home — Bitbucket". https://bitbucket.org/sylvanaar2/lua-for-idea/wiki/Home. 
  27. "Python Community Edition - Plugins - JetBrains". https://plugins.jetbrains.com/plugin/7322?pr=. 
  28. "JetBrains Delights the Python Community with a Free Edition of its Famous IDE, PyCharm 3.0". 24 September 2013. https://blog.jetbrains.com/pycharm/2013/09/jetbrains-delights-the-python-community-with-a-free-edition-of-its-famous-ide-pycharm-3-0/. 
  29. "R Language for IntelliJ". https://plugins.jetbrains.com/plugin/6632-r-language-support. 
  30. JetBrains. "Rust". https://plugins.jetbrains.com/plugin/8182-rust/. 
  31. Cheptsov, Andrey (2017-08-04). "Official Support for Open-Source Rust Plugin for IntelliJ IDEA, CLion, and Other JetBrains IDEs". https://blog.jetbrains.com/blog/2017/08/04/official-support-for-open-source-rust-plugin-for-intellij-idea-clion-and-other-jetbrains-ides/. 
  32. "Built-in SBT Support in IntelliJ IDEA 13". JetBrains. 18 November 2013. http://blog.jetbrains.com/scala/2013/11/18/built-in-sbt-support-in-intellij-idea-13/. 
  33. "IDE Connectors". Atlassian. http://www.atlassian.com/software/ideconnector/. 
  34. Gatz, Bartek (June 2015). "We are discontinuing the support for Atlassian IDE Connectors - Atlassian Developers". https://developer.atlassian.com/blog/2015/06/discontinuing-ide-connectors-support/?_ga=1.16395702.1631102713.1476165618. 
  35. JetBrains. "TFS". https://plugins.jetbrains.com/plugin/4578-tfs/. 
  36. Microsoft. "Azure DevOps". https://plugins.jetbrains.com/plugin/7981-azure-devops. 
  37. JetBrains. "choose-your-ide". https://www.jetbrains.com/ides/#choose-your-ide.