NetBeans shortcut key for collapsing/expanding a method
Posted
by Stefanos Kargas
on Stack Overflow
See other posts from Stack Overflow
or by Stefanos Kargas
Published on 2010-06-03T10:49:33Z
Indexed on
2010/06/03
10:54 UTC
Read the original article
Hit count: 296
JAVA - NETBEANS
This is an IDE question
I am always working with collapsed methods, because I want to be able to see my methods all together. This is a little time consuming because I have to use the mouse to scroll up to the declaration of the method and click on the - (minus) icon. And then respectively go to the method I want to work on and click on the + (plus) icon.
Is there a way through a keyboard shortcut to do the collapse (and respectively the expand)?
© Stack Overflow or respective owner