VBAHole22 Posted June 14, 2005 Posted June 14, 2005 It's the little things that annoy the most isn't it? Has anyone noticed that if you use regions, and they are collapsed, when you search for something in your code it can't delve into the collapsed region to find? Maybe I am missing a setting somewhere or something. I like using regions but I also need to search for things at times. Also, is there a way to collapse or exand all regions at once? Does the regioning change in VS2005? Quote Wanna-Be C# Superstar
Administrators PlausiblyDamp Posted June 14, 2005 Administrators Posted June 14, 2005 In the find dialog box there is an option to "Search hidden text" if that is selected it will search inside collapsed regions etc. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
jmcilhinney Posted June 17, 2005 Posted June 17, 2005 Go to Edit -> Outlining to see all the outlining options and their shortcuts. Also, I heard an unofficial shortcut elsewhere: press Ctrl+A and then press Tab to expand everything. This works in VB because all the code is reformatted when you press Tab. It would actually Tab every line along in C# so best not do it there. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.