如何激活Kotlin中的类型注释提示(如所示)?

时间:2019-02-24 12:26:44

标签: intellij-idea kotlin

我能够在MacOS intellij版本中激活一次此选项,但是再也找不到此选项了,我忘记了它的名字。

我知道可以使用CTRL + SHIFT + P替代方法,但这不是用户友好的方法。

如何激活选项以使intellij向我显示所有所示的推断类型?该屏幕截图来自intellij,我可以将其显示为这样的“类型提示”,因此是可能的。我只是不记得在哪里可以找到这个选项了,所以我可以在所有其他intellij的菜单中激活它。

enter image description here

3 个答案:

答案 0 :(得分:22)

添加到@Simulant答案。

IntelliJ的最新版本(2019.3.1)中,您不会在Settings -> Editor -> General -> Appearance -> "Show parameter name hints"

中找到此文件

它在Settings -> Editor -> Inlay Hints -> Kotlin -> "Show parameter hints"

中可用

enter image description here

答案 1 :(得分:7)

转到设置->编辑器->常规->外观->“显示参数名称提示”->配置...->语言:Kotlin->选项->“显示局部变量类型提示”。

我想您可以说,此功能配置在菜单中有点隐藏。

Configure parameter name hints

答案 2 :(得分:2)

添加到@Simulant和@zero答案

在最新版本的 IntelliJ(2020.3)中,您需要转到Settings -> Editor -> Inlay Hints,在其中可以指定“显示提示” (针对特定语言)然后在Settings -> Editor -> Inlay Hints -> Kotlin -> Parameter hints -> Types中可以指定所需的提示类型。

enter image description here