IntelliJ IDEA: Argument name/hint in method call

廉价感情. 提交于 2020-01-03 14:20:34

问题


That gray blob right before 0. Please identify the feature, and, if possible, tell how to change the color of this hint.

I'm a fan of JetBrains IDEs, but only occasionally I use Java. Seen this feature some time ago, but totally forgot what it is :(


回答1:


It is a parameter name hint. These can be disabled for that constructor with an intention (AltEnter) on the parameter itself or in Settings | Editor | General | Appearance. The color of the hint can be changed in Settings | Editor | Colors & Fonts | Language Defaults | Inline parameter hint.



来源:https://stackoverflow.com/questions/42013050/intellij-idea-argument-name-hint-in-method-call

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!