2

I want to make code section wise like so in left side i can expand or collapse our code

Like when we write function it is expanded or collapse but can we make our custom section

  • Duplicate of http://stackoverflow.com/questions/2344524/java-equivalent-to-region-in-c-sharp – Matt Wolfe Aug 21 '12 at 04:49
  • I have searched out in stackoverflow but i did not get but Thanks for your reply Matt Wolfe :) –  Aug 21 '12 at 06:15

1 Answers1

0

In spring source tool suite this is enable by using

option Preferences --> Java -->Editor -->Folding .And check the Enable folding option.

Check whether this option is present in Eclipse.

Sajith
  • 2,038
  • 7
  • 27
  • 42
  • Thanks for your reply but i want to create my own section like this section is used for "something" and that section i can fold or expand like that –  Aug 21 '12 at 05:06