如何在Intellij Idea中关闭代码块中的参数名称提示?

huangapple go评论81阅读模式
英文:

How to turn off parameter names hints in code chunk in Intellij Idea?

问题

我有一段代码,我不想看到参数名称的提示。我知道存在用于关闭代码格式化程序的注释标记,适用于代码块(//@formatter:off),但我没有找到类似的参数名称提示的标记。

只有针对方法的本地设置进行方法黑名单:

如何在Intellij Idea中关闭代码块中的参数名称提示?

但是我希望任何人都看不到我代码块的参数提示。有什么想法吗?

英文:

I have a chunk of code where I didn't want see hints of parameteers names. I know that exists comment-mark for turn of code formatter for chunk of code(//@formatter:off), but I don't found similar marker for parameter names hints.

Only local setting for blacklisting methods:

如何在Intellij Idea中关闭代码块中的参数名称提示?

But I want that anyone do not see parameters hint for my chunk of code.
Any ideas?

答案1

得分: 1

无法对代码范围执行此操作,仅适用于特定方法。欢迎提出功能请求

英文:

There is no way to do it for the code range, only for certain methods. Feature request would be welcome.

huangapple
  • 本文由 发表于 2020年7月27日 05:54:06
  • 转载请务必保留本文链接:https://go.coder-hub.com/63106115.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定