VS 2008 keyboard shortcuts -
http://nerdfortress.s3.amazonaws.com/visual-studio-2008-keyboard-shortcuts.html
Tips for navigating to a class definition -
If you want to go to a definition for a class, variable etc, u will need to point at the variable and press the F12 button to navigate to its definition.
Also, if you want to find out all the properties for a class ( .net class) , Eg: - Page
You will need to type the fully qualified name - Eg:- System.Web.UI.Page
Now the URL can be typed as
http://msdn2.microsoft.com/System.Web.UI.Page.aspx
No comments:
Post a Comment