IntelliJ: Show all overloaded constructors

I’ve just started programming with Java and was confused, that IntelliJ only showed me one Constructor, but not all overloaded versions.

Thanks to https://stackoverflow.com/a/43639241 I found that this can be easily fixed:

Invoke the Help | Find Action menu item and type Registry to go to the Registry. Here enable the java.completion.show.constructors option.

Leave a Reply

Your email address will not be published. Required fields are marked *