【问题标题】:In IntelliJ IDEA, how to disable the hints that lists the overloaded methods and parameters?在IntelliJ IDEA中,如何关闭列出重载方法和参数的提示?
【发布时间】:2023-02-22 15:49:20
【问题描述】:

那些 :

它们出现在代码编写过程中,以防我写了重载方法的名称。

那些似乎不是通过镶嵌提示:我已经禁用了关于参数名称和类型的镶嵌提示,并且这些提示仍然显示。

我知道我想使用什么方法,我不需要那个隐藏我的代码的框架。

我怎样才能禁用它们?

【问题讨论】:

    标签: intellij-idea overloading


    【解决方案1】:

    您可以在Settings | Editor | General | Code Completion | Show the parameter info popup in ... milliseconds 中禁用它。

    详情看这里:https://www.jetbrains.com/help/idea/viewing-reference-information.html#configure-parameter-info-popup

    【讨论】:

      猜你喜欢
      • 2023-03-25
      • 2010-12-19
      • 2020-07-09
      • 2014-08-14
      • 1970-01-01
      • 2018-06-14
      • 2020-12-02
      • 2023-02-25
      • 2017-04-13
      相关资源
      最近更新 更多