Visual Studio Guide
Fork me on GitHub

All Tags:

mindset

devops

book

ci

communication

jenkins

自媒体

hometown

tools

tool

cloud

 21 August 2017

Visual Studio Guide

by

New feature supported by VS2013

To improve the efficiency of the team.

New feature supported by VS2017

Breakpoint Labels

Within Visual Studio, once you’ve created a breakpoint, you can add one or more labels to it by simply right-clicking and choosing Edit Labels:

edit breakpoint label

edit-breakpoint-label

After adding labels to breakpoints, you can view them in the Breakpoints window:

breakpoints window

breakpoint window

If you present code at conferences, user groups, etc., you may find labeled breakpoints useful during demos. You can add a label like “Demo 1” to some breakpoints, and “Demo 2” to others. Toggle which breakpoints are enabled when you run your application in order to demonstrate different topics.

Parallel Builds

https://www.codeproject.com/tips/1042975/tips-to-improve-visual-studio-build-performance

Shortcut Keys in VS2017

Visual Studio 2017 Extensions

Python Development with Visual Studio 2017

Visual Studio 2019

Visual Studio 2019 Extensions

Terminal emulator for Visual Studio. Allows you to run command prompt, powershell, WSL bash. All including interactive mode.

tags: