Tips and Tricks Greatest Hits

14
Visual Studio Tips and Tricks Greatest Hits Zain Naboulsi Sr. Developer Evangelist Microsoft Email: [email protected] Twitter: @zainnab Blog: blogs.msdn.com/ zainnab

Transcript of Tips and Tricks Greatest Hits

Page 1: Tips and Tricks Greatest Hits

Visual StudioTips and Tricks

Greatest Hits

Zain Naboulsi

Sr. Developer Evangelist

Microsoft

Email:[email protected]:@zainnab

Blog:blogs.msdn.com/

zainnab

Page 2: Tips and Tricks Greatest Hits
Page 3: Tips and Tricks Greatest Hits

New Project Dialog

Recent Templates

Online Templates

Sort by

Search

Page 4: Tips and Tricks Greatest Hits

Box Selection

SHIFT + ALT + [ARROW]

AKA “Vertical Selection”

Two new features:Zero-length selectionCopy single / Paste multiple

Page 5: Tips and Tricks Greatest Hits

Improved IntelliSense

Changed from “begins with” to “includes”

Sensitive to Pascal Case

Old IntelliSense

Page 6: Tips and Tricks Greatest Hits

Multi-Monitor Support

Can now drag document windows out of the IDE

Each window is independent

Page 7: Tips and Tricks Greatest Hits

Call Hierarchy (C++, C# Only)

CTRL + ALT + K

Available in C#

Used to see calls to and from a method

Great way to see calls at design time

Page 8: Tips and Tricks Greatest Hits

Breakpoints Window

Page 9: Tips and Tricks Greatest Hits

Data Tips

Page 10: Tips and Tricks Greatest Hits

Tips for Almost Any Version

Page 11: Tips and Tricks Greatest Hits

Item / Project Templates

Roll your own templates for items and projects

Cut down significantly on time to get started coding

Page 12: Tips and Tricks Greatest Hits

Move or Select Between Matching Braces

CTRL + ]

CTRL + SHIFT + ]

Quickly move between matching braces

C++, C# Only

Page 13: Tips and Tricks Greatest Hits

Code Analysis

Page 14: Tips and Tricks Greatest Hits