HomeVisual StudioVisual Studio 2012 Tips and Tricks – Pin DataTip

Visual Studio 2012 Tips and Tricks – Pin DataTip

DataTip is a feature in Visual Studio that provides the users an easy way to view information about variables used in your application which works in the break/debug mode.

In Visual Studio 2012, the users can pin the DataTip by following the below steps.

1. In the source code Window, put the mouse pointer on any variable which is in the current scope. You will notice the DataTip along with a small pin.

Visual Studio 2012 Tips and Tricks - Pin DataTip

2. Click the pin icon to pin it.

3. Another option to pin the DataTip is to right click on the variable and select.

Visual Studio 2012 Tips and Tricks - Pin DataTip

To Unpin, mouse over on the DataTip which will display the options to close, unpin and view comments. Click the unpin icon to unpin the DataTip.

Visual Studio 2012 Tips and Tricks - Pin DataTip

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the error code “SCC_E_BACKGROUNDGETINPROGRESS” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_UNKNOWNERROR” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_CONNECTIONFAILURE” returned by the Visual Studio when using the Source Control...