Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VS 2003 regions

Status
Not open for further replies.

arkadia93

Programmer
Oct 19, 2006
110
GB
Is there a command that opens all regions on a C# page? It is very time consuming (and annoying) when you have to go and manually open dozens of regions every time you open a project.
 
There isn't anything built into VS to do this automatically (as far as I know) but it does however let you write your own macro's and assign hotkeys to those macros.

See here for an example on how you could add your own macro to expand each region recursively:



____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top