在Eclipse中,当鼠标悬停在一个方法、变量等上时,会显示一个带有相应JavaDocs的工具提示。IntelliJ中有这样的特性吗?
当前回答
对于Intellij 15,使用文件>设置>编辑器>常规选项显示鼠标移动时的快速文档。
你也可以通过在搜索框中输入“quick”或类似的东西来到达那里:
其他回答
根据ADNow的说法。关于麦金塔:
右键单击IntelliJ IDEA 12 单击Show Package Contents菜单选项 打开bin文件夹 打开idea.properties 加一行: auto.show.quick.doc = true
IDEA有“寻找行动”:
打开“帮助”菜单,输入“doc”,将光标移到“快速文档”,它将高亮显示。
此外,“查找动作”可以从热键调用(你可以在设置>热键中找到它)
IntelliJ IDEA 14.0.3终极版:按Ctrl+Alt+S,然后选择编辑器\通用选择显示鼠标移动时的快速提示
提示:在JavaDoc弹出窗口的右上角(齿轮图标),你可以选择: -显示工具栏 -固定模式 -停靠模式 —浮动模式 —分裂模式
从IntelliJ Ultimate 2018.1.5,也就是IntelliJ IDEA 2018.1.5,到2019.3,在File -> Preferences下实际上有两个选项:
In Editor > General > Other (section) > Show quick documentation on mouse move - delay 500 ms Select this check box to show quick documentation for the symbol at caret. The quick documentation pop-up window appears after the specified delay. In Editor > General > Code Completion (sub-item) > Auto-display documentation in 1000 ms Select this check box to have IntelliJ IDEA automatically show a pop-up window with the documentation for the class, method, or field currently highlighted in the lookup list. If this check box is not selected, use Ctrl+Q to show quick documentation for the element at caret. Quick documentation window will automatically pop up with the specified delay in those cases only, when code completion has been invoked explicitly. For the automatic code completion list, documentation window will only show up on pressing Ctrl+Q.
推荐文章
- Java生成两个给定值之间的随机数
- 如何有效地从数组列表或字符串数组中删除所有空元素?
- 比较JUnit断言中的数组,简洁的内置方式?
- codestyle;把javadoc放在注释之前还是之后?
- 如何在Spring中定义List bean ?
- 将Set<T>转换为List<T>的最简洁的方法
- 在JavaScript中,什么相当于Java的Thread.sleep() ?
- 使用Java重命名文件
- URL从Java中的类路径加载资源
- .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?
- Hibernate中不同的保存方法之间有什么区别?
- Java 8流和数组操作
- Java Regex捕获组
- intellij是否可以像在Eclipse中那样组织导入?
- Openssl不被视为内部或外部命令