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:
Method call:
This behavior was not there in 2016.1.4 version. I am seeing this after update.
Any help is appreciated!
Solution 1:
Untick the bottom option Show parameter name hints
Solution 2:
Right click on the hint, then on Disable
: