I just found an option in the little white down arrow in Eclipse that reads "Visible Categories..."
How can I use this? It seems to me that it could be used to only show functions that have an @category in their comments, but I haven't been able to make the "Visible JavaScript Categories" dialog display the categories that work.
If it did work it would be incredibly useful for separating out Unit Tests from their common-functions and separating them from the setUp and tearDown methods, so what is it really for?
By the way I'm editing a Javascript file in the Eclipse "Javascript Editor", I don't know if that makes any difference or not.
It looks like there's something on that here, just search for Category Support.
But it doesn't seem to work for some reason when I try it in my instance of Eclipse.
I've tried the following above my functions to no avail:
/**
* @category setter
*
*/
CheckoutTest.prototype.setTestFormValues = function(whichTest) {