My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages

This is a Add-In for Visual Studio for extended javascript support. Here the link on Visual Studio Gallery site. Please visit discussion group if you want to ask something or you have a great idea how to improve this addin.

Summary

When you are editing a extremely large javascript files it's very useful to have some set of tools to improve the performance of development process and avoid possible bugs. To solve this problems I've created this add-in for Visual Studio.
Supported versions of Visual Studio: 2008, 2010, 2011.
Current version is 3.5. Version History

Features

  • Tree of functions. This panel is used to quick navigation - on double click on the function name Visual Studio set a input focus to that function.
  • Comments are loaded and show on mouse over on function in tree. Screenshot
  • Great support of Javascript syntax.
  • Runtime source support. Its very useful in debug mode. Screenshot
  • Support of <script></script> blocks in non-js files (*.html, *.aspx, etc) Screenshot
  • Ignoring asp.net-specific tags (<%= %>) from source code to maintain valid javascript.
  • Marks. You can set mark to any function. This marks are saved when restarted Visual Studio and allows to remember some points in the large scripts. Screenshot.
  • Find feature (supports hotkey). You can find your function by capital letters in its name - if you use camel naming. Screenshot.
  • Show line numbers for functions in tree (optional).
  • Automatic track active function while working in text editor (optional).
  • Option for automatically Expand\Collapse all nodes in tree.
  • Show parameters in function chain. Usable for when anonymous function is attached by jQuery. Screenshot
  • Show javascript errors in your file
  • Show //TODO: comments in tasklist section
  • Option for hide anonymous functions.

Planned improvements

Planned Improvements List
Powered by Google Project Hosting