IntelliJ IDEA悬停鼠标显示方法详细信息

无意中发现有人问IntelliJ IDEA的鼠标悬停到方法上, 为什么不显示方法备注, 这个在Eclipse中是有的. 今天在这记录一下

  1. 如果View -> Toolbar勾选情况下, 直接点击在这里插入图片描述按钮打开设置, 或是直接点击File -> Settings(或是快捷键)打开设置窗口.
  2. 搜索栏中输入Show quick documentation on mouse move 就搜索出来了
    或是在Editor -> General -> Other中都可以看到
  3. 后边的Delay(ms) 是延迟多久之后显示弹窗
  4. 附图(下图IntelliJ IDEA版本为2018.3)
    IntelliJ IDEA悬停鼠标显示方法详细信息_第1张图片

附上一个Stackoverflow地址
https://stackoverflow.com/questions/6615516/intellij-show-javadocs-tooltip-on-mouse-over

你可能感兴趣的:(intellij-idea)