如何在Intellij IDEA中显示带有参数自动提示信息的Javadoc?

时间:2018-05-27 20:55:59

标签: java intellij-idea javadoc

在Eclipse中,在编写代码时,它会提示所有可能的组合以及与每个组合关联的Javadoc。 但是,在Intellij中,只能在输入所有参数后显示JavaDocs,然后对该方法执行Control-Q。我不能让Javadoc像Eclipse这样输入。 This is a comparison of Eclipse and Intellij

1 个答案:

答案 0 :(得分:0)

新功能,2018.2

也许您正在寻找IntelliJ 2018.2中出现的这一新功能。有关更多讨论和屏幕截图,请参阅Early Access Program announcement

  

IntelliJ IDEA中的代码完成继续发展,现在IDE同时显示所有可能的自动完成和Javadoc(无需每次都直接调用Javadoc)。请注意,您需要实际启用此新功能。转到Preferences | Editor | General | Code Completion并启用Show the documentation info pop-up in…选项。

enter image description here