Easy JavaScript Navigation in Visual Studio 2013

JavaScript navigation is now more easy and simple with Visual Studio 2013. The new editor introduced the navigation bar within the JavaScript editor IDE. This editor navigation bar is very common and well know for the developers as we had this with other editor IDE such as C#.

image

image

Apart from the adding navigation bar, another significant and nice features of new JavaScript Editor is to reference highlighting. Now like other programming editor such as C#, you can highlight the variable references with in JavaScript editor ( following snippet highlights match  variable with in editor)

image

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

One Comment to “Easy JavaScript Navigation in Visual Studio 2013”

Comments are closed.