taylor
Uploaded by
16 SLIDES
307 VUES
160LIKES

Essential Visual Studio Tips and Tricks for Streamlined Development

DESCRIPTION

Discover a plethora of useful tips and tricks to enhance your Visual Studio experience. This guide covers various shortcuts, such as assigning shortcut keys to commands, exporting templates, navigating code efficiently, and utilizing IntelliSense features. Learn how to manage multiple startup projects, create custom templates, and enhance debugging with data tips. With techniques for effective code navigation, window management, and text editing, streamline your development workflow and boost productivity. Perfect for developers looking to optimize their Visual Studio environment!

1 / 16

Télécharger la présentation

Essential Visual Studio Tips and Tricks for Streamlined Development

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Visual Studio Tips and Tricks

  2. Credits • ZainNaboulsi • Microsoft Developer Evangelist • blogs.msdn.com/visualstudiotips • @zainnab • isbn: 0735649928

  3. Pin Favorite Startup Projects • Start Page

  4. Understanding Command • Tools > Options > Environment > Keyboard • Assign Shortcut Key to Command • Test Command (Project.AddClass) • Run from Command Window, Menu, Shortcut Keys • Command Window: CTRL + ALT + A

  5. Item / Project Templates • File > Export Template • Create your own templates (project / item) • Create from existing item • Add references in the template • Search project: CTRL + E (New Project window)

  6. Searching in Toolbox • View Toolbox: CTRL + ALT + X • Expand All: / • Collapse All: * • Next Result: TAB • Cancel: ESC

  7. Navigate Code • Matching Braces: CTRL + ] • Backward / Forward: CTRL + -; CTRL + SHIFT + - • Select to last marker: CTRL + = • Insert above line: CTRL + Enter • Backspace one word: CTRL + Backspace • Goto line: CTRL + G

  8. Zero-Length Box Selection • SHIFT + ALT + Arrow keys • Type and text selection • ALT + Left Mouse • Type and text selection • Select + Paste • Replacing Text with Box Selection

  9. Using New IntelliSense: Keywords • Visual Studio 2010 • CTRL + J

  10. Multiple Startup Projects • Solution Properties

  11. Generate From Usage • Automatically create stub code • Use classes and members before defined • Easily add namespace (using or full name)

  12. Data Tips • Debug mode allow view of data tips • Data tips can be pinned • Pinned data tips can be imported / exported • Debug > Import / Export Data Tips

  13. Accessing Tool Window’s Toolbar • SHIFT + ALT • Navigate with arrow keys

  14. Split Code Windows • Split horizontally and vertically • Horizontal: ALT + W, P • Vertical: ALT + W, V • New window: ALT + W, N

  15. Zoom In or Out of Text in Editor • CTRL + Mouse Wheel

  16. Navigate Properties Windows • CTRL + PgUp • CTRL + PgDn

More Related