java - How to see the arguments types of the methods from the superclasses when overriding methods in IntelliJ? -


i extend class has many overloaded methods (same name, different argument). override 1 of these methods, box suggestions contains method names without types. there setting it?

overriding method superclass contains many overloaded methods

i use ctrl+o / ctrl+i select method want override/implement. there methods possibly can overridden/implemented full signature , return type in opening dialog box.

if "quick documentation" feature configurated popup, convenient press ctrl+q on selected suggestion see method documentation.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

C++ Program To Find Smallest and Largest Number In Array -

java - How to put two numbers separated by a space into two different arrays -