Sorry, I don\'t know how this new functionality is called exactly, please look at screenshot:
So, parameter name is visible in method call. This is cool, but as you can
Only the primitive and some complex types show hints. You can disable it by right clicking on hint and then "Disable Hints".
For example:
public void myFunction(int a, boolean b, MyClass myClass)
//do something
}
If you call:
myFunction(10, true, new MyClass());
Only the first two will show hints...