Visual Studio 2015 Tips and Tricks – Enhanced Peek Definition

Peek Definition was one of the feature that was introduced with Visual Studio 2013 which lets the developers to edit and view the code present in different files without having to switch between windows.

This feature is further enhanced in Microsoft Visual Studio 2015 RC .

Peek Definition in Visual Studio 2015

You can open the Peek feature using the shortcut key Alt+F12.

Visual Studio 2015 RC includes a features which lets the developers to track back and forth of the peek definition.

image

How about Peek Definition in your XAML Code ? . Yes , Peek definition is supported in your XAM code in Visual Studio 2015 RC.

image

This means you can peek to definition for styles in XAML and live edit and view it in designer.

Some of the shortcuts which can be used for Peek Definition includes

  • Peek Definition –  Alt+F12
  • Close the Peek Definition window – Esc
  • Promote the Peek Definition window to a regular document tab – Ctrl+Alt+Home
  • Navigate between multiple Peek Definition windows – Ctrl+Alt+- and Ctrl+Alt+=
  • Navigate between multiple Peek results – F8 and Shift+F8
  • Toggle between the code editor window and the Peek Definition window – Shift+Esc

Leave A Reply

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

You May Also Like

Do you want to hide the start page in Microsoft Visual Studio 2012 within few simple steps? Here we go....
DataTip is a feature in Visual Studio that provides the users an easy way to view information about variables used...
Today, when I was trying to install the Team Foundation Server (TFS) Power Tools 2013, I received an error “The...