Development status Active Operating system | ||
![]() | ||
Stable release 2016.3.4 / February 1, 2017; 34 days ago (2017-02-01) Preview release 2017.1 EAP / February 8, 2017; 27 days ago (2017-02-08) |
IntelliJ IDEA (pronounced /ɪnˈtɛlɪdʒeɪ aɪˈdɪə/) is a Java integrated development environment (IDE) for developing computer software. It is developed by JetBrains (formerly known as IntelliJ), and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development.
Contents
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 a 2010 Infoworld report, IntelliJ received the highest test center 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 of IntelliJ IDEA. Other development environments based on IntelliJ's framework include AppCode, CLion, PhpStorm, PyCharm, RubyMine, WebStorm, and MPS.
Features
Version 12.1 includes support for Java 8, UI designer for Android development, Play 2.0 and Scala.
Coding assistance
The IDE provides certain features like code completion by analyzing the context, code navigation where one can jump to a class or declaration in the code directly, code refactoring and providing options to fix inconsistencies via suggestions.
Built in tools and integration
The IDE provides for integration with build/packaging tools like grunt, bower, gradle, and SBT. It supports version control systems like GIT, Mercurial, Perforce, and SVN. Databases like Microsoft SQL Server, ORACLE, PostgreSQL, and MySQL can be accessed directly from the IDE.
Plugin ecosystem
IntelliJ supports plugins through which one can add additional functionality to the IDE. One can download and install plugins either from IntelliJ's plugin repository website or through IDE's inbuilt plugin search and install feature. Currently IntelliJ IDEA Community edition has 1495 plugins available, where as the Ultimate edition has 1626 plugins available.
Supported languages
The Community and Ultimate editions differ in their support for various programming languages as shown in the following table.
Technologies and frameworks
Community Edition supports the following:
Ultimate Edition supports the following:
Ultimate Edition also supports the application servers Geronimo, GlassFish, JBoss, Jetty, Tomcat, Weblogic, and WebSphere.
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 1st 2015.
Software versioning and revision control
The two editions also differ in their support for software versioning and revision control systems.