Is there a way to see/attach the Javadocs and/or source code for basic classes (like String) in IntelliJ?
I’m using IntelliJ Community Edition 11.1
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.
When you add new JSDK, sources are configured automatically:
If your JDK installation is missing sources, you will need to download and configure them manually. Mac users should refer to this answer.
When you have sources attached to the JSDK configuration, navigating to the class will open source code instead of decompiled stub and you can also use
View|Quick Documentationbased on the javadoc in the source files.