【发布时间】:2020-01-13 04:05:17
【问题描述】:
在 VSCode 中,您可以将鼠标悬停在 dart 类名称上,它会为您提供文档 cmets。您如何在 IntelliJ 中实现这一点?
我正在使用社区版。
我试过 cmd + 鼠标悬停,但它没有给我 cmets
【问题讨论】:
标签: intellij-idea dart
在 VSCode 中,您可以将鼠标悬停在 dart 类名称上,它会为您提供文档 cmets。您如何在 IntelliJ 中实现这一点?
我正在使用社区版。
我试过 cmd + 鼠标悬停,但它没有给我 cmets
【问题讨论】:
标签: intellij-idea dart
这是一个没有自动选择的选项
https://www.jetbrains.com/help/idea/viewing-reference-information.html
自动显示快速文档#
In the Settings/Preferences dialog (⌃⌥S), go to Editor | General. In the Other area, select the Show quick documentation on mouse move checkbox and specify the delay in milliseconds after which the应该会出现弹出窗口。
【讨论】: