Monday, September 30, 2013

Go to definition in JavaScript feature of Visual Studio

In recent days I am exploring the Visual studio features and this blog post is also part of that. I am loving visual studio 2011 beta more and more after exploring features that make developer’s life easy. Today I am going to talk about one of the features that is going to make developer’s life easy. 

JavaScript is a client scripting language which is an integral part of any web application now days.  So if you are web application developer you are surely going to write lots of JavaScript those days.  With earlier version of visual studio navigating code in JavaScript is not easy. But in visual studio 2011 beta we have go to definition features which one of most favourite features of visual studio for visual C#.


Here is the screen shot for that. I am navigating in JavaScript code in ASP.NET MVC 4 application.

Javascript Goto definition featuers in visual studio 2011 beta features series

That’s it hope you liked it. Stay tuned for more updates. Till than happy programming!!!.

No comments:

Post a Comment

Thank you for visiting my blog

Python -3

  Lists It is used to store Collection of data. Lists are created using square brackets: List Items Order cannot be changed. It can have dup...