Peek Definition
Peek Definition is a cool new feature of the Visual Studio 2013 IDE. It works a little differently from "Go To Definition". If we use "Go To Definition" then we just simply jump to the definition page of the code.
But Peek Definition will remain on the same page and a small window will appear to view the definition of the code and the code can be modified in it. If we want to deep mean for the nested code definition then these peek windows can be pinned and unpinned on the code behind page. 


The highlighted button can help to jump between multiple peek definition windows.
Browsers Refresh Feature for web
A new feature added to help web development when the programmer needs to update the CSS of any page and he/she wants to check the results in a browser and needs to refresh the page Now it can be done using the "Refresh button of the Visual Studio 2013 IDE".
The following image shows the change in <h1> tag but not refreshed in the browser:
Now in the next image we will see a new refresh button for helping to refresh the new updated content in the browsers.
It also shows the multiple browser capabilities in the Browser Link Dashboard. If we go to the browser dashboard then we can also see the problem with the application. 
XAML features
Go To Definition:
Now Visual Studio 2013 has the Go To definition feature for the XAML.
Control will transfer to the code where the user resides.









Hemant SrivastavaPosted Feb 5, 2016, 2:22 PM
Do you know how to see all available code snippets in Visual Studio? Please let me know
Hemant SrivastavaPosted Feb 5, 2016, 2:21 PM
Good information!