Often times I know what method to use but not what overload of that method. Is there a quick way to show all overloads of a method in Intellij?
Just use Code Completion Cmd/Ctrl+Space?
It is also possible to show overloaded constructors by enabling a hidden option. Invoke the Help | Find Action menu item and type Registry to go to the Registry. Here enable the java.completion.show.constructors option.
Help | Find Action
Registry
java.completion.show.constructors