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?
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
Post a Comment