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.
string.split(".")
does not split on the dots. – Probabilitytrue
mean here?" – WillimyObj.someMethod(name: "arg", age: 23)
" on a regular base. Examples: here and here. – Accordant