Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the A stand for in Intellij IDEA?

Does anyone know what the acronym IDEA stand for? I would assume Integrated Development Environment, then maybe Application? Also does Intellij stand for anything?

like image 256
Chris Watts Avatar asked Feb 25 '14 21:02

Chris Watts


People also ask

What does IntelliJ stand for?

What Does IntelliJ IDEA Mean? IntelliJ IDEA is a special programming environment or integrated development environment (IDE) largely meant for Java. This environment is used especially for the development of programs. It is developed by a company called JetBrains, which was formally called IntelliJ.

What does P mean in IntelliJ?

Created April 11, 2011 05:07. p means parameter.

Is IntelliJ an idea?

"IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. Efficiency and intelligence are built into the design, which enables a very smooth development workflow experience, from design, implementation, building, deploying, testing, and debugging, to refactoring!

What is IntelliJ IDEA CE?

IntelliJ IDEA is a cross-platform IDE that provides consistent experience on the Windows, macOS, and Linux operating systems. IntelliJ IDEA is available in the following editions: Community Edition is free and open-source, licensed under Apache 2.0. It provides all the basic features for JVM and Android development.


2 Answers

Intelli ===> Intelligent

J ===> Java

Idea ===>IDE that is Advanced or Idea just means idea( I have a good idea ...like this ) ...

//The Idea has Double meaning

like image 75
TheOne_su Avatar answered Sep 24 '22 00:09

TheOne_su


Maxim Shafirov (the CEO of JetBrains), made the following comment prior to 2005, in a now deleted official JetBrains news article, published online:

I have always thought that it's a play on words that (1) it's an IDE, and (2) "idea" is a nice sounding word which contains "IDE".

Reference:

https://intellij-support.jetbrains.com/hc/en-us/community/posts/206938805-IDEA-acronym-?page=1#community_comment_207115259

So, based on the only thing I've seen that looks like actual evidence, I think a good answer may be "it probably isn't intended to mean anything"

like image 37
Chris Halcrow Avatar answered Sep 25 '22 00:09

Chris Halcrow