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.

enter image description here

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?

enter image description here

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

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -