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 theHelp | Find Action
menu item and typeRegistry
to go to the Registry. Here enable thejava.completion.show.constructors
option.