I am curious which IDE does Google use for C++ and Java development?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Mehrdad is very correct that it is highly unlikely that they standardize on one IDE for each language. However, there is probably a popular one or two for each language.
A good way to tell is to look at the source code they release that would need an IDE plugin, and see what they support. I notice (regarding Java) Intellij IDEA from JetBrains tends to get early plugin support, but that could just be selection bias (because that is what I use).