vb2008: How to collapse code inside methods

  • Thread starter Thread starter Andy B.
  • Start date Start date
Is there a way to collapse code in vb2008 that is inside a method?

joecool showed how to set up a #Region so that you can collapse code.
I just wanted to add that if your methods are so large that you need
to collapse code, then it's probably time to refactor some of that
code into separate methods.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top