Eclipse Outline View - Visible JavaScript Categories in Eclipse?
- by leeand00
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 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.