Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 IntelliJ 中查看/附加基本类(如字符串)的 Javadocs 和/或源代码?
我正在使用 IntelliJ 社区版 11.1
添加新的JSDK时,会自动配置源:
如果您的 JDK 安装缺少源,则需要手动下载和配置它们。Mac 用户应该参考这个答案。
当您将源附加到 JSDK 配置时,导航到该类将打开源代码而不是反编译的存根,您还可以使用View| Quick Documentation基于源文件中的 javadoc。
View
Quick Documentation
看看生产力提示:
http://www.jetbrains.com/idea/documentation/tips/index.html