tips and tricks greatest hits

Post on 27-May-2015

3.617 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Visual StudioTips and Tricks

Greatest Hits

Zain Naboulsi

Sr. Developer Evangelist

Microsoft

Email:zainnab@microsoft.comTwitter:@zainnab

Blog:blogs.msdn.com/

zainnab

New Project Dialog

Recent Templates

Online Templates

Sort by

Search

Box Selection

SHIFT + ALT + [ARROW]

AKA “Vertical Selection”

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

Improved IntelliSense

Changed from “begins with” to “includes”

Sensitive to Pascal Case

Old IntelliSense

Multi-Monitor Support

Can now drag document windows out of the IDE

Each window is independent

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

Breakpoints Window

Data Tips

Tips for Almost Any Version

Item / Project Templates

Roll your own templates for items and projects

Cut down significantly on time to get started coding

Move or Select Between Matching Braces

CTRL + ]

CTRL + SHIFT + ]

Quickly move between matching braces

C++, C# Only

Code Analysis

top related