Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ shows method parameter hints on usage - How to disable it

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?

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!

like image 721
G.S Avatar asked Sep 26 '22 09:09

G.S


2 Answers

Untick the bottom option Show parameter name hints

Show parameter name hints

like image 292
agilob Avatar answered Oct 12 '22 20:10

agilob


Right click on the hint, then on Disable:

enter image description here

like image 188
another Avatar answered Oct 12 '22 20:10

another