In Firebug is it possible to view a list of all defined Javascript functions in the current file?
Ideally it would also be useful to be able to click on a function in this list and jump to it in the file, as well as being able to list all functions in source code order or alphabetically.
If Firebug can't do this, are there any other tools out there that can?
I know VS2005/2008 can do something like this but the file I am working on is primarily to be viewed on Firefox, so I'd prefer a non-IE centric tool.
