英文:
How to turn off parameter names hints in code chunk in Intellij Idea?
问题
我有一段代码,我不想看到参数名称的提示。我知道存在用于关闭代码格式化程序的注释标记,适用于代码块(//@formatter:off
),但我没有找到类似的参数名称提示的标记。
只有针对方法的本地设置进行方法黑名单:
但是我希望任何人都看不到我代码块的参数提示。有什么想法吗?
英文:
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:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论