阅读背景:

我可以在IntelliJ IDEA中查看javadoc的实现而不是接口吗?

来源:互联网 

I am using a third party library in my Intellij IDEA project. When I have the caret on a method name I can hit Ctrl-Q to get javadoc in the 'Quick Documentation Lookup' window, however only the method signature is displayed. This is because the type of object containing the method is an Interface with no javadoc comments. The actual implementation of the object does have javadoc comments. If I cast the object to the implementation type the javadoc comments will appear. Can I do something in IntelliJ get this to work without making any code changes?I am using a third party library in my Intellij




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: