IntelliJ IDEA

4.7 (1,239)
Write a Review!
Full-featured IDE for productive Java and Kotlin development

About IntelliJ IDEA

IntelliJ IDEA, a JetBrains IDE, is the leading integrated development environment that makes Java and Kotlin development a more productive and enjoyable experience. It helps you produce high-quality code more efficiently, provides everything you need out of the box, and takes care of routine tasks so you can stay focused on the bigger picture.

IntelliJ IDEA comes in two editions:

■ IntelliJ IDEA Ultimate – the full-featured commercial version for Java and Kotlin, web, and enterprise development.
■ IntelliJ IDEA Community Edition – the free version, built on open source, for pure Java and Kotlin development


Key benefits of IntelliJ IDEA

■ The Most Advanced Editor
Write high-quality code faster with coding assistance features that search for possible errors and provide improvement suggestions as you type while seamlessly educating you on community best practices in coding, new language features, and more.

■ Deep Code Understanding
IntelliJ IDEA knows everything about your code and uses this knowledge to offer blazing fast navigation and an intelligent experience by providing relevant suggestions in every context.

■ Collaborative and Remote
Work on a project with your team in real time. Create shared sessions to review code, debug, and more. Move your projects to the remote machine to harness the full power of IntelliJ IDEA on any laptop and boost your productivity.

■ Out-Of-The-Box Experience
Enjoy an unbeatable toolset right from the first launch. Mission-critical tools and a wide variety of supported languages and frameworks are at your fingertips – no plugin hassle included.


Images

IntelliJ IDEA Software - 1
IntelliJ IDEA Software - 2
IntelliJ IDEA Software - 3
IntelliJ IDEA Software - 4
IntelliJ IDEA Software - 5
IntelliJ IDEA Software - 6
View 7 more
IntelliJ IDEA video
IntelliJ IDEA Software - 1
IntelliJ IDEA Software - 2
IntelliJ IDEA Software - 3
IntelliJ IDEA Software - 4
IntelliJ IDEA Software - 5
IntelliJ IDEA Software - 6

Not sure about IntelliJ IDEA? Compare with a popular alternative

IntelliJ IDEA

4.7 (1,239)
VS.
Highly reviewed

Starting Price

US$16.90
month
US$9.60
month

Pricing Options

Free version
Free trial
Free version
Free trial

Features

26
50

Integrations

31
11

Ease of Use

4.5 (1,239)
4.3 (3,022)

Value for Money

4.5 (1,239)
4.3 (3,022)

Customer Service

4.3 (1,239)
4.3 (3,022)
Green rating bars show the winning product based on the average rating and number of reviews.

Alternatives

Time Tracker

4.4
#1 Alternative to IntelliJ IDEA
Time Tracker by eBillity is a timekeeping application for business teams of all sizes. A simple and affordable solution...

STORM

0
#2 Alternative to IntelliJ IDEA
STORM is a cloud-based IT security management system designed to assist cyber security teams within organizations with...

Eclipse

4.9
#3 Alternative to IntelliJ IDEA
Eclipse is a cloud-based agency management software designed to help small to large insurance firms manage policies,...

Explorer Eclipse

4.1
#4 Alternative to IntelliJ IDEA
Eclipse is an online construction management software for contractors that helps in project management, procurement,...

Reviews

Overall rating

4.7 /5
(1,239)
Value for Money
4.5/5
Features
4.7/5
Ease of Use
4.5/5
Customer Support
4.3/5

Already have IntelliJ IDEA?

Software buyers need your help! Product reviews help the rest of us make great decisions.

Showing 5 reviews of 1,239
Wasif
Wasif
Overall rating
  • Industry: Information Technology & Services
  • Company size: 11–50 Employees
  • Used Daily for 1+ year
  • Review Source

Overall rating

  • Value for Money
  • Ease of Use
  • Customer Support
  • Likelihood to recommend 10.0 /10

IntelliJ IDEA Review

Reviewed on 8/1/2024

Its amazing. I am a daily user of it and would highly recommend it to developers.

Its amazing. I am a daily user of it and would highly recommend it to developers.

Pros

Clean GUI, fast search and debugging. Build-in features so that you dont have to install extra stuff for development.

Cons

More free addons should be available in the store for it

Barnabe
Overall rating
  • Industry: Information Technology & Services
  • Company size: 2–10 Employees
  • Used Daily for 2+ years
  • Review Source

Overall rating

  • Value for Money
  • Ease of Use
  • Customer Support
  • Likelihood to recommend 10.0 /10

The best IDE for Java and Kotlin development software

Reviewed on 22/8/2024

This is the best tool for creating software and app using Java and Kotlin. Even if the software is...

This is the best tool for creating software and app using Java and Kotlin. Even if the software is far from being free, there are many many features that may never be used, but if needed are a life changer !

Pros

This is the best tool for Java/Kotlin development. Every tool you could ever need is included. The syntax highlighting is very important and works amazingly well !

Cons

The software is very expensive, and the support isn't easy to reach (only public forums, no kind of chat/mail/phone support). Also, this software isn't beginner-friendly because many features are hidden in menus. It may take several months before being fully familiarized with the software.

Claudius
Overall rating
  • Industry: Computer Software
  • Company size: Self Employed
  • Used Daily for 1+ year
  • Review Source

Overall rating

  • Value for Money
  • Ease of Use
  • Customer Support
  • Likelihood to recommend 0.0 /10

I would not recommend IJ for AS3 / Flex / AIR Development

Reviewed on 16/11/2021

Extremely bad experience. It was so bad that I started to build my own AS3 / Flex / AIR build...

Extremely bad experience. It was so bad that I started to build my own AS3 / Flex / AIR build engine; it overcomes the above problems and I can use it in place of IntelliJ's build & pack functionality. It will be on GitHub soon, look for ciacob/SIRIUS

Pros

It was an IDE that *somehow* filled the gap for AS3 / Flex / AIR developers after Flash Builder left the stage. With Moonshine not mature enough and Flash Developer being a rather unfriendly bunch of batch scripts that one would have to edit for things to kind-of-work, IntelliJ IDEA (plus the Flash/Flex/AIR plug-ins) stepped in to provide a solution, any solution at all.

Cons

I want to make it crystal clear that I mainly use IJ for AS3 / Flex / AIR development. I do not know whether its subpar behavior is rooted in those dedicated plugins. I did use IJ for developing some Node.js applications, and experience was a little better. But this review is ONLY about using IJ for AS3 / Flex / AIR development.

I very much dislike pretty everything, but the worst are:

- the build process: IJ does not do any work to ease SWC dependencies management; in a world where there are tools that analyze your code for imports and class instantiations and automatically match them against projects and libraries in your workspace (I build myself such a tool, it's name is SIRIUS and will be soon out on GitHub), IJ still wants you to add by hand 25+ dependencies.

- SDK handling: as any Flex/AIR developer knows, AIR SDKs have to be overlaid on FLEX SDKs and this alone is a source for countless problems; add on top that SDKs are often shipped in incomplete form (*.jar and *.swc files have to be salvaged from older SDKs) and you understand how being able to quickly patch / swap / tinker with an AIR/Flex SDK and test it's in working condition could save the day. IJ maintains some long-life caching of file listings in every SDK you throw at it; this makes it practically impossible to alter an existing SDK and have the changes reflected. The only workaround I have been able to find was to rename the SDK, add it as a new SDK, and remove the older one.

- indexi

CHAR LIMIT HIT.

Kyle
Overall rating
  • Industry: Aviation & Aerospace
  • Company size: 1,001–5,000 Employees
  • Used Weekly for 2+ years
  • Review Source

Overall rating

  • Value for Money
  • Ease of Use
  • Customer Support
  • Likelihood to recommend 10.0 /10

Great IDE that simplifies set-up and lets you focus on development

Reviewed on 25/9/2024

My experience with IntelliJ started in college, working on mainly java applications so I became...

My experience with IntelliJ started in college, working on mainly java applications so I became rather familiar and comfortable with it over time. I chose to continue using it in my career because it makes sometimes tedious tasks rather simple and saves me a ton of time when building/mending dev environments.

Pros

I use this IDE for a variety of java programs that I have developed and continue to support. I love how easy it is to import different plugins and packages using the built-in features.

Cons

I don't believe I personally have anything to complain about. It is a solid IDE for many different development environments.

Nuno
Overall rating
  • Industry: Financial Services
  • Company size: 51–200 Employees
  • Used Daily for 2+ years
  • Review Source

Overall rating

  • Value for Money
  • Ease of Use
  • Customer Support
  • Likelihood to recommend 9.0 /10

An IDE for the beginner and for the senior developers

Reviewed on 1/9/2024

In overall, IntelliJ is my daily IDE choice. Having tried others (VSCode, Eclipse), IntelliJ is...

In overall, IntelliJ is my daily IDE choice. Having tried others (VSCode, Eclipse), IntelliJ is something that puts us in a comfort zone in regards to its features, plugins and overall usability.

Pros

It's flexibility, I can write code for any language, and IntelliJ IDEA is able to support it (natively or through a plugin).
Continuing on that, its plugin system allows it to be more than just a tool for writing code, having the possibility of checking Docker images in the local environment, connecting to your AWS account and integrating with its systems, an integrated database editor.

Cons

Sometimes, the IDE may take up some resources, making it somewhat slower, and having distinct behavior in its internal console and an external console (PowerShell).

Showing 5 reviews of 1,239 Read all reviews

IntelliJ IDEA FAQs

Below are some frequently asked questions for IntelliJ IDEA.

IntelliJ IDEA offers the following pricing plans:

  • Starting from: US$16.90/month
  • Pricing model: Subscription
  • Free Trial: Available

IntelliJ IDEA offers a 90-day free trial for new users, after which the software is available across 2 pricing tiers. Pricing details are outlined below. - For Individual Use: $16.90 per month or Annual Billing - $169 for 1st year, $135 for 2nd year, $101 from 3rd year onward - For Organizations: $59.90 per month or Annual Billing - $599 per user for 1st year, $479 for 2nd year, $359 from 3rd year onwardo

IntelliJ IDEA has the following typical customers:

Self Employed, 2–10, 11–50, 51–200, 201–500, 501–1,000, 1,001–5,000

IntelliJ IDEA supports the following languages:

Chinese, English, Japanese, Korean

IntelliJ IDEA supports the following devices:

IntelliJ IDEA integrates with the following applications:

Android Studio, Angular, Apache Cassandra, Apache Hive, CockroachDB, Couchbase Server, Django, Docker, Drupal, GitHub, Google Cloud BigQuery, HyperSQL DataBase, IBM Db2, MariaDB, Mercurial, Microsoft SQL Server, MongoDB, MySQL, Oracle Database, Oracle Database 12c, PostgreSQL, Pyramid, Redis Enterprise, SQLite, Scala, Snowflake, Spock, Spring Boot, Velocity, Vite, WordPress

IntelliJ IDEA offers the following support options:

FAQs/Forum, Knowledge Base

Related categories

See all software categories found for IntelliJ IDEA.