Find unused Javascript functions?
I have around 100 .js files in my application. I need to find the unused functions from these files.
Which editor or tool can help me?
Give a look to the JSLint code quality tool.
You can do this using Jsure, a Javascript lint implementation. You'll be looking for the -unused-funs
flag