Jan
23
Written by:
Fuji (mcsenow) Nguyen
1/23/2009
Visual Studio 2008 Tips & Tricks for Developers:- This includes some shortcuts and some hidden features in Visual Studio 2008 which will increase your productivity
http://smallworkarounds.blogspot.com/2008/12/visual-studio-2008-tips-tricks-for.html
My favorates
- Just press F12 to go to declaration
- And press Ctrl+- to return back to the piece of code where you were earlier.
and
- Just select the code to be commented and press Ctrl+K+C,this will comment your code block.
- For uncommenting the code just press Ctrl+K+U,this will uncomment the code block.
Tags: