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#.
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)
Pingback: .NET Tips and Tricks from Daily .NET Tips – July and August 2013 Links | Abhijit's World of .NET