Questions tagged [todo]

TODO is often used in code comments to indicate a task that needs to be done. IDEs often highlight them. Please do not use this for questions about creating todo list applications.

TODOs are source-code comments, stating that something still needs to be done in that particular section of the program.

Different syntaxes are used for different languages. A typical C-style example would be:

// TODO: Fix this

It has been debated whether todo comments are to be considered good or bad practice.

Most IDEs have the facility of highlighting TODOs and/or displaying them in a separate view.

224 questions
3
votes
3 answers

Code Review "ToDo" Follow Up Items

I am trying to institute code reviews at my company, and recently we had our first code review meeting. During the meeting, several positive suggestions were made and I added TODO comments in my code for following up. After reading suggestions on…
Blake Blackwell
  • 7,575
  • 10
  • 50
  • 67
3
votes
1 answer

using git to scan source code to generate todo list etc

I have lots of comments in the source code marked as future todos. e.g. #todo:improve api for common syntax etc. I am using git for version control. I would like to list all my todo, with something like git list todo. If no such plugin exists, can…
iamgopal
  • 8,806
  • 6
  • 38
  • 52
3
votes
2 answers

Custom Color for TODO and custom TODO differently resharper

I've been trying to find the answer for this and I understand how to change the color of the TODO highlighting. My question is, is there a way for me to make my custom 'todo' which I've labeled as 'DONE' a different color in the editor? (not in the…
3
votes
1 answer

Is there any working todo plugin for Redmine v2?

There were couple great todo plugins for Redmine 1.x. However none of them work anymore with v2x series. I looked around and I could not find any update or new todo related plugins for Redmine v2. I am wondering if anyone knows or has a modified…
yarun can
  • 2,871
  • 5
  • 25
  • 27
3
votes
1 answer

Doxygen @todo Tag

I'm having a strange issue with the @todo command when I have other formatted data below it in a list in the latest version of doxygen (1.8). Consider the following example: /** @page build_instructions Build Instructions - Library1 - @todo…
Mihai Todor
  • 8,014
  • 9
  • 49
  • 86
2
votes
2 answers

What is a tool to build simple team task management?

I have a specific goal in mind: I want to make a to-do-list-type app for my group at work to use. My key requirements are to have very easy entry and removal of items, as well as work in an OS X environment. The first requirement is because anything…
Christian L
  • 275
  • 1
  • 7
2
votes
0 answers

generating redmine tickets by scanning for @todo

While my question is partially answered here, i'd lke to go a step further. I want a post-commit hook to scan for @todo items, check back with redmine and see if they already exist as a ticket and if not, create the ticket and change the @todo to…
Andresch Serj
  • 35,217
  • 15
  • 59
  • 101
2
votes
2 answers

Don't generate TODO eclipse when i create new content

I want Eclipse not to automatically generate some //TODO stuffs like this for example : @Override public String getPassword() { // TODO Auto-generated method stub return null; } I want to desactivate this feature in Eclipse... Can somebody…
jozinho22
  • 459
  • 2
  • 7
  • 24
2
votes
8 answers

Eclipse tasks is empty

I'm using Eclipse (Helios) and I added some tasks in my java classes, using // TODO: blah blah. Near the line counting, I have the little icon that indicates the tasks is recognized but I can't see them in the Tasks view (I tried the tasks view…
Cyril N.
  • 38,875
  • 36
  • 142
  • 243
2
votes
1 answer

Export TODOs in Android Studio/IntelliJ

I have a project with a bunch of TODOs. Is there any way to export all the TODOs from project to some file? Is there any feature/trick/plugin to achieve this in Android Studio/IntelliJ?
Akshar Patel
  • 8,998
  • 6
  • 35
  • 50
2
votes
1 answer

Defining template for TODO in Intellij

When I create todo it adds only date by default: // TODO: 2017-03-02 I would like to change this template for something else e.g.: // TODO: 2017-03-02 Created by: @MyName Is there a way I could do this?
Krzysztof Majewski
  • 2,494
  • 4
  • 27
  • 51
2
votes
2 answers

Display TODO/FIXME report in Matlab's command window

Using the command checkcode('function.m') you can run the code analyzer on an m-file and output the report in the command window. Is there any way to do this for TODO/FIXME reports? (without having to cd to the folder that contains the function and…
MrcJkb
  • 85
  • 1
  • 8
2
votes
1 answer

Removing projects from Visual Studio's Task List

When working on a project in VS, I like to use the Task List window to see the TODO's. However, it presents the TODO's for all the projects in the solution. Is it possible to isolate a particular project so you can hone in on one project?
user3791372
  • 4,445
  • 6
  • 44
  • 78
2
votes
1 answer

VS 2015: Tasklist doesn't list "TODO" comments (C++)

Althought the option in Tools Menu -> Options -> Text Editor -> C/C++ -> View -> Enumerate Comment Tasks is set to True, // TODO:... isn't shown in the Tasklist Window. What to do?
Christoph
  • 542
  • 4
  • 24
2
votes
4 answers

Visual Studio ToDo.Who's using?

I'm interesting with statistic and motivation of using task list in VS. Why are you use it or not? Some people i asked even want a tool, that can synchronize VS ToDo with Outlook. What do you think?
user304117