热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

IntelliJ显示了关于用法的方法参数提示——如何禁用它-IntelliJshowsmethodparameterhintsonusage-Howtodisableit

IamnewtoIntelliJandrecentlyupdatedtoIntelliJ-2016.3.IntheeditorforJavacode,itshows

I am new to IntelliJ and recently updated to IntelliJ-2016.3.
In the editor for Java code, it shows the method signature upon usage. How do I disable this feature?

我是IntelliJ的新手,最近更新到了IntelliJ-2016.3。在Java代码的编辑器中,它显示使用时的方法签名。如何禁用此特性?

Here's an example of a method's signature and its call site: enter image description here

下面是一个方法签名及其调用站点的示例:

Method call:
enter image description here

方法调用:

This behavior was not there in 2016.1.4 version. I am seeing this after update.
Any help is appreciated!

这种行为在2016.1.4版本中并不存在。更新后我看到了。任何帮助都是赞赏!

5 个解决方案

#1


178  

Untick the bottom option Show parameter name hints

取消底部选项,显示参数名称提示

Show parameter name hints

#2


67  

Right click on the hint, then on Disable:

右键点击提示,然后禁用:

enter image description here

#3


18  

I find it helpful to use a shortcut such as P + shift + command to toggle parameter type hinting as needed. I don't want it disabled entirely.

我发现使用一个快捷方式,如P + shift +命令来切换参数类型提示是有帮助的。我不希望它完全被禁用。

  1. open preferences
  2. 开放的偏好
  3. click Keymap
  4. 单击Keymap
  5. filter by parameter
  6. 滤波器的参数
  7. double click on Toggle parameter name hints
  8. 双击切换参数名称提示
  9. enter key combination ie, P + shift + command
  10. 输入组合键ie, P + shift +命令
  11. Apply and Ok
  12. 申请好了
  13. Now the key combo will toggle hints for you.
  14. 现在组合键将为您切换提示。

enter image description here

#4


12  

From the what's new page:

从what’s new page:

Parameter hints

The editor now shows parameter hints for literals and nulls used as method arguments. These hints make code much more readable.

编辑器现在显示用于作为方法参数的常量和null的参数提示。这些提示使代码更具可读性。

If you find hints redundant for a certain method, you can tell the IDE not to show hints for this method. To disable hints completely, uncheck Settings → Editor → General → Appearance → Show parameter name hints.

如果发现某个方法的提示是多余的,可以告诉IDE不要显示该方法的提示。完全禁用提示,取消一般设置→编辑→→→外观显示参数名提示。

(emphasis is mine)

(重点是我的)

#5


3  

Others have already answered this, but here is a way of finding it without jumping into menus.

其他人已经回答了这个问题,但是这里有一种不用跳转到菜单就能找到它的方法。

Try hitting ⌘ + Shift + A on Mac and type the Show parameter name hints into the search bar.

试着打⌘+ Shift +在Mac和类型显示参数名提示到搜索栏。

Show parameter appears when searching from the Action/Option name search bar


推荐阅读
author-avatar
捕鱼达人2502856571
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有