Intellj Idea设置取消显示形参名提示
转:http://blog.csdn.net/u012626734/article/details/53838144
最近将idea升级到2016.3版本之后,在方法调用页面会出现一个形参名提示,如图:
如果觉得不习惯,不想看参数名,可以用下图的方式取消。具体是: settings > Editor > Appearance 配置页,将 Show parameter name hints 项的勾选去掉。
这样设置之后就能取消掉参数名提示了。