How can I expand ALL regions of collapsed code in VS2005

This is very frustrating, if I search for a variable in the vb file in VS2005, it won't find it if the code blocks are collapsed. How is this useful?

So, I tried to expand ALL blocks of code inside the file with no success.

I tried Ctrl + M but that only expands 1 block and I tried Ctrl + M, L, but that only expands the top class, not the regions inside.

Can someone help me what should be a performance accelerator actually bothers me in this case.

+2


a source to share


2 answers


Press Ctrl + M, P.



Alternatively, go to the Search Options section and search for Find Hidden Text.

+2


a source


Find Parameters in Find Hidden Text Search Dialog Box



+1


a source







All Articles