VS.NET Query

  • Thread starter Thread starter C# Learner
  • Start date Start date
C

C# Learner

Well, I went and got VC# Standard Edition. It's pretty cool apart
from the problem where I can't debug under a non-administrator
account. Anyway...

I remember using Visual Basic years ago, and remember it having a
feature where you could show the code of *only* one routine/method at
a time. This was a great feature. Is this possible in VC#?

I can't find it in the over-packed Tools -> Options dialog.

Thanks in advance.
 
Hi!

I don't think Visual Studio has that (but I may be wrong!). What you can do,
though, is choose Edit | Outlining | Collapse to Definitions. That will hide
your code, except for method etc. definitions. To see the code for a method,
expand the definition by clicking the box with the '+' sign in it.

Hope that helps!
 
Hello,
I havent seen/ tried this... but if you copy some VS.net editor
profile from the VB.net (Tools->Options->Text Editor->Basic you might be
able to tweak it to look like the VB development environment
Thanks
 
<snip>

Not possibly then, apparently. :-) Just thought I'd ask incase.

Thanks for replies.
 
Back
Top