Netbeans hotkey to show overloaded version(s) of a Java method? -
at moment, when write code , method has many overloaded versions, ctrl-space display overloaded list snapshot #1 below.

after choose 1 version, want switch overloaded version don't know hotkey reshow overloaded list, shown in snapshot #2. have delete arguments , hit ctrl-space again quite tiring me.
what hotkey reshow list then?

i think there's no way want. took @ shortcuts configuration , didn't find anything.
ctrl + space related code completion. hitting ctrl + z again can work if selected method less parameters.
maybe best alternative hit ctrl + z after wrong completion. restore state before wrong selection. hit ctrl + space again.
Comments
Post a Comment