0

In Visual Studio I remember using some sort of syntax to encapsulate code and be able to toggle it open and close to view.

Is there something similar in Eclipse? (JAVA)

strider
  • 2,107
  • 4
  • 29
  • 36
KRB
  • 4,495
  • 16
  • 40
  • 53

2 Answers2

1

Did you mean code fold ?

enter image description here

jmj
  • 232,312
  • 42
  • 391
  • 431
0

Java doesn't have regions, unlike C#. So there is no user-defined means to define regions that you can collapse.

Chris Jester-Young
  • 213,251
  • 44
  • 377
  • 423