Developer(s) | JetBrains |
---|---|
Initial release | 1.0 / January 2001 |
Stable release | |
Preview release | 2021.2 EAP (Build 212.3724.25)
/ 4 June 2021[3] |
Repository | |
Written in | Java, Kotlin |
Operating system | Windows, macOS, Linux |
Type | Java IDE |
License |
|
Website | www |
Developer(s) | JetBrains |
---|---|
Initial release | 12 December 2019[4] |
Stable release | 2021.1.1 (Build 211.7442.17)
/ 27 May 2021[5] |
Written in | Java, Kotlin |
Operating system | Windows, macOS, Linux |
Size | 700-800 MB |
Type | IDE |
License | Apache License 2.0 |
Website | www |
IntelliJ IDEA is an integrated development environment (IDE) written in Java for developing computer software. It is developed by JetBrains (formerly known as IntelliJ), and is available as an Apache 2 Licensed community edition,[6] and in a proprietary commercial edition. Both can be used for commercial development.[7]
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.[8][9]
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.[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 of IntelliJ IDEA.[11] Other development environments based on IntelliJ's framework include AppCode, CLion, DataGrip, GoLand, PhpStorm, PyCharm, Rider, RubyMine, WebStorm, and MPS.[12]
[2] | Windows | macOS | Linux |
---|---|---|---|
OS Version | 64 Bit Microsoft Windows 8 or later | macOS 10.13 or later | Any Linux distribution that supports Gnome, KDE, or Unity DE |
RAM | 2 GB RAM minimum, 8 GB RAM recommended | ||
Disk space | 2.5 GB and another 1 GB for caches minimum, solid-state drive with at least 5 GB of free space recommended | ||
JDK Version | Add support for Java 14[13] | ||
JRE Version | JRE 11 is bundled.[14] | ||
Screen resolution | 1024×768 minimum screen resolution. 1920×1080 is a recommended screen resolution. |
The IDE provides certain features[15] like code completion by analyzing the context, code navigation which allows jumping to a class or declaration in the code directly, code refactoring, code debugging [16] , linting and options to fix inconsistencies via suggestions.
The IDE provides[15] 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, SQLite and MySQL can be accessed directly from the IDE in the Ultimate edition, through an embedded version of DataGrip.
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. Each edition has separate plugin repositories, with both the Community and Ultimate editions totaling over 3000 plugins each as of 2019.[17]
The Community and Ultimate editions differ in their support for various programming languages as shown in the following table.[18]
Supported in both Community and Ultimate Edition:
|
Supported only in Ultimate Edition:
|
Supported in both Community and Ultimate Edition:
|
Supported only in Ultimate Edition:[18]
|
There was a free plugin from Atlassian for IntelliJ available to integrate with JIRA,[31]Bamboo, Crucible and FishEye. However, the software called IDE-Connector was discontinued on June 1, 2015.[32]
The two editions also differ in their support[18] for software versioning and revision control systems.
By: Wikipedia.org
Edited: 2021-06-18 15:18:00
Source: Wikipedia.org