Quick way to switch the scopes of 2 code blocks?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Was happily coding away, and I did this: if (blahblahblah) { ..... lock(blahblahblah) { ..... } ..... } I then realized I had gotten the scopes backwards, and corrected it. Is there any kind of switchscopeify feature somewhere in vs2008 to do that superquick?
-
Was happily coding away, and I did this: if (blahblahblah) { ..... lock(blahblahblah) { ..... } ..... } I then realized I had gotten the scopes backwards, and corrected it. Is there any kind of switchscopeify feature somewhere in vs2008 to do that superquick?
Copy and paste?