Handy Method Parameters List Lookup
When you need to modify code containing the usages of methods with long parameter lists, it’s sometimes too complicated to realize what parameter you are modifying.
For example, you have a call like the following and need to know what exactly you are changing.
You might already know that IntelliJ IDEA has the CTRL+P shortcut […]