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!

8 Answers
8

Leave a Comment