NetBeans shortcut key for collapsing/expanding a method

后端 未结 6 1406
长情又很酷
长情又很酷 2020-12-23 03:02

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 littl

6条回答
  •  眼角桃花
    2020-12-23 03:55

    Just to offer an alternative, have you considered using the Navigator View to navigate within the members instead? I usually just leave all methods uncollapsed, and double click on the method in the Navigator view to go to that method. What's nice about the Navigator View are the icons which provide visual indicators of the type and visibility of methods and fields.

提交回复
热议问题