Re: Visual Studio Tips & Tricks Hi buddies,
Here is some Tool Window shortcut keys for .NET CTRL + SHIFT + M - Tools.CommandWindowMarkMode
Places the Command window in a mode allowing for the selection of text within the window. CTRL + SHIFT + C - View.ClassView
Displays the Class View window. CTRL + ALT + A - View.CommandWindow
Displays the Command window, which allows you to type commands that manipulate the IDE. CTRL + ALT + T - View.DocumentOutline
Displays the Document Outline window to view the flat or hierarchical outline of the current document. CTRL + ALT + F - View.Favorites
Displays the Favorites window, which lists shortcuts to Web pages. CTRL + ALT + O - View.Output
Displays the Output window to view status messages at run time. F4 - View.PropertiesWindow
Displays the Properties window, which lists the design-time properties and events for the currently selected item. SHIFT + F4 - View.PropertyPages
Displays the property pages for the item currently selected.
CTRL + SHIFT + E - View.ResourceView
Displays the Resource View window. CTRL + ALT + S - View.ServerExplorer
Displays the Server Explorer window, which allows you to view and manipulate database servers, event logs, message queues, Web services, and many other operating system services. CTRL + ALT + R - View.ShowWebBrowser
Displays the Web browser window, which allows you to view pages on the Internet. CTRL + ALT + L - View.SolutionExplorer
Displays Solution Explorer, which lists the projects and files in the current solution. CTRL + ALT + K - View.TaskList
Displays the Task List window where you customize, categorize, and manage tasks, comments, shortcuts, warnings and error messages. CTRL + ALT + X - View.Toolbox
Displays the Toolbox, which contains controls and other items that can be included or used with your code.
Cheers....
__________________ S.VinothkumaR
Behind me is infinite power,
Before me is Endless Possibility,
Around me is Boundless Opportunity,
Why should I fear!
|