How can I find and sort TODO
items alphabetically, like in Eclipse?
I can't use the file-search function since I need to find only comments and not strings and literals. With the current mixture of source files/templates/scripts, TODOs already appear in at least the following manners: //TODO
, // TODO
, # TODO
, -- TODO
, <-- TODO
, not to mention possible occurrences of FIXME
or IMPROVE
The TODO-panel doesn't allow sorting or even listing occurrences in the top level of the tree structure. It seems I can only choose between Modules, Packages and Files to be top level nodes.