Functionality Guide
Clone this wiki locally
Tree of functions
The main panel of plugin is used to quick navigation - on double click on the function name Visual Studio set a input focus to that function.
Main panel contains also a "Task List" section that become available if you have //TODO: comments in your code.
Tree of functions is automatically updated when you save your code.

Loading comments
Comments are loaded and show on mouse over on function in tree.

Inline scripts support
Support of <script></script> blocks in non-js files (*.html, *.aspx, etc)

Marks
You can set mark to any function. This marks are saved when Visual Studio restarted and allows to remember some points in the large scripts.

Find
Search in active javascript file. If you use Camel or Pascal naming then you can find your function by capital letters.

Also you can configure hotkey.

test