The strength of vs gives developers a good development experience. We can quickly locate a method in the CS file, it often brings us a pleasant development process when we modify code or extend functions, but this is obviously not done in Js. With the popularity of rich clients, the use of js in Web development is becoming more and more powerful. It is precisely because, with the development, there are more and more JS methods in a file, at the end of the day, it will be difficult to locate the method you are looking for (especially when you forget the full name of the method or even have to see the method name to make an impression --!)
Some time ago, I found this plug-in-JavaScript parser. What is her role? I can see the following picture.
Basically, the js method in the file is presented in a tree structure. You can double-click it to locate the method you are looking for, which is extremely easy to use! (The only defect is that you often need to manually refresh it. See the green icon in the upper right corner of the figure. But I think it is quite powerful !)
Plug-in: http://visualstudiogallery.msdn.microsoft.com/288a2b0f-1357-47b4-8215-1134c36bdf3
PS: After installation, click it in the toolbar and use it. For example: