Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
3k views

TODO/FIXME plugin for Eclipse

Hi In my project there are large no. of FIXME/TODO which are to addressed at some point of time. Actually ther about 480 which can be seen from 'TASKS' list but not organised. I googled and found ...
5
votes
5answers
272 views

How to use ant to check for tags (TODO: etc) in java source

it's common to see something like this in code, hopefully only during development: //XXX: not in production! String password = "hello"; // getActualPassword(...); ... catch(Exception e) { /* TODO: ...
4
votes
1answer
437 views

Manage #TODO (lots of files) with VIM

Hi stackoverflow community, I've already search for this here and haven't found what I need. I use VIM/GVIM to develop my python projects and I randomly I leave #TODO comments in my code. Is there ...
0
votes
2answers
134 views

Switching to Emacs from Textmate and can't figure out how to autocreate a TODO/FIXE list from source files

I am making the switch to emacs from Textmate and really want to find an easy way to find all the TODOs and FIXMEs in my Rails projects. In Textmate there is a TODO bundle. In Vim there is the ...