Does anyone know what the acronym IDEA stand for? I would assume Integrated Development Environment, then maybe Application? Also does Intellij stand for anything?
-
1Uhm, what a strange question... Also, it is now JetBrains, not Intellij anymore. Maybe Advanced? But anyway, I think it is an intended pun. Ultimately, I have no... Idea... – fge Feb 25 '14 at 21:04
-
6They still call the product IntelliJ IDEA, even if the company is named JetBrains now. – user2357112 Feb 25 '14 at 21:05
-
6IBM Developed Eclipse Again ;) – Reimeus Feb 25 '14 at 21:06
-
I assume its a cross between `idea` for creativity and `IDE` https://www.jetbrains.com/company/history.jsp – Peter Lawrey Feb 25 '14 at 21:06
-
56It's so that if anyone says "why are you using Eclipse?", you can say "I have NO IDEA". – Dawood ibn Kareem Feb 25 '14 at 21:11
-
@Reimeus. IntelliJ is actually based on an old NetBeans version. – Feb 25 '14 at 21:13
-
One Quora user thinks it stands for "Awesome". http://www.quora.com/IntelliJ-IDEA/What-does-the-A-in-Intellij-IDEA-stand-for – Radiodef Feb 25 '14 at 23:25
-
3There doesn't seem to be an official answer and this question doesn't suit stackoverflow, so instead of "answering" I'll leave this link in comments for your procrastination hunger delight ;) http://devnet.jetbrains.com/message/3442730?tstart=0 – JorgeArtware Jun 19 '14 at 23:28
4 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

- 669
- 6
- 7
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:
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"

- 28,994
- 18
- 176
- 206
-
3https://blog.jetbrains.com/space/2020/12/16/space-ama-session/ gives more explanation about the names JetBrains, IntelliJ IDEA, and so on. – Pang Dec 18 '20 at 01:24
It stands for application, but is mostly a play on words giving the IDE's name a creative appeal by just turning the widely-used 'IDE' (Integrated Development Environment) into IDEA (like "I have a brilliant idea!").

- 106
- 9

- 1,748
- 1
- 16
- 17
I think it refers to APache2 license that intellij ide released under that license so will be : Integrated Development Environment Apache

- 17