IntelliJ IDEA 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.
Video IntelliJ IDEA
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.
Maps IntelliJ IDEA
System requirements
Features
Version 2017.1 includes support for the upcoming Java 9, a 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 which allows jumping to a class or declaration in the code directly, code refactoring and options to fix inconsistencies via suggestions.
Built in tools and integration
The IDE provides 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. Plugins can be downloaded and installed either from IntelliJ's plugin repository website or through the IDE's inbuilt plugin search and install feature. Currently, IntelliJ IDEA Community edition has 1495 plugins available, while the Ultimate edition has 1626. These figures are much smaller than those of editors such as Atom, which has over 7000 packages (essentially plugins). However, some features that are included by default in IntelliJ can only be added to Atom by installing packages. For example, linting is built into IntelliJ, and it can be installed in Atom, per programming language, with a variety of packages.
Supported languages
The Community and Ultimate editions differ in their support for various programming languages as shown in the following table.
Technologies and frameworks
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.
See also
- Comparison of integrated development environments
Further reading
- Getting started with Intellij IDEA
- How to develop an Intellij IDEA Plug-in
Bibliography
- Saunders, Stephen; Fields, Duane K.; Belayev, Eugene (March 1, 2006), IntelliJ IDEA in Action (1st ed.), Manning, p. 450, ISBN 1-932394-44-3
- Davydov, S.; Efimov, A. (May 2005), IntelliJ IDEA. Professional'noe programmirovanie na Java (V podlinnike) (1st ed.), BHV, p. 800, ISBN 5-94157-607-2
References
External links
- IntelliJ popular APIs in GitHub
Source of article : Wikipedia