todo Questions
2
Solved
We have a large application and we have added the TODO rule to SonarQube quality gates that throws errors when TODO comments are found.
This encourages developers to remove TODO comments, which is ...
6
Solved
In my settings, I have the TODO bound to highlight in yellow, yet in the actual code it does not highlight. Here is a screenshot of my settings: Editor -> TODO
Does anyone know how to fix this?
E...
7
Solved
I have switched from Eclipse to Netbeans. Eclipse has a way too highlighting TODO's in Java comments like:
public void test(String str) {
// TODO: check if str is null!
...
...
}
In Eclipse I...
Monetary asked 27/11, 2013 at 17:55
14
I am writing a new better version of my old Android project that will fix a lot of UI bugs but also has a better design, needed for integration of some new features.
As I go through the source I c...
Sonatina asked 8/3, 2015 at 11:59
5
I have a feature branch that's grown quite large. There are quite a few lingering TODO comments in our code, but I'd like to find all TODOs added to the code (and not removed yet) on commits not ye...
7
I'm working on a huge project that has thousands of TODO items. So when I go to the TODO tool window in IntelliJ IDEA it shows all of them. How can I search for a specific one?
Lynxeyed asked 31/7, 2016 at 7:9
3
Solved
We are having an issue in our team and we have decided to check if there is a way or git command to reject git push where there are TODOs in the code.
Any ideas?
Thanks in advance.
5
Solved
I had read through a rails book and once found we can add # TODO: and some # stuff in codes, so we can you some rake cmd to look back.
My problems is I can't find where are those "# stuff"...
Gooseflesh asked 7/11, 2009 at 17:39
2
Solved
I would like to display a list of all TODOs I have in my code, but sorted by using the history (Git) and showing the most recent first.
Kind of like the result displayed here: git – order commits ...
5
Solved
So, I have TODO comments showing up in my task list as long as the TODO comment is in a C# file. The TODO comments in HTML, CSS, or JScript aren't showing up in my Task List. Is there a way to enab...
Roath asked 6/10, 2011 at 16:42
2
It seems gofmt in go1.19 changed its behavior to not allowing indenting based on some heuristics (from go docs: https://tip.golang.org/doc/comment). But this breaks the TODO comment formatting.
Thi...
4
Solved
I have tasks that I do every day (e.g bugzilla triage), but I only do those Monday to friday. Not on the weekends.
When I use something like this:
SCHEDULED: <2015-02-07 Sat ++1d>
It repe...
Cabot asked 6/2, 2015 at 16:3
4
Solved
This question is related to another one, Emacs :TODO indicator at left side. I recently came across a minor mode I like a lot called FixmeMode. It supports auto highlighting of TODO marks, and navi...
Bellyband asked 2/3, 2010 at 23:11
3
Solved
Adding a comment such as this:
// TODO: Refactor this code
...creates a task in the Task List that I can view etc. There is a column labeled ! that lets you sort these tasks by priority.
How ca...
Army asked 21/3, 2011 at 16:19
1
It is very distracting and unproductive to me, to go through the following everytime I create a TODO Tree note:
create note and save
leave Explorer bar
enter Activity bar
click on TODO Tree just t...
Seneca asked 22/5, 2021 at 16:20
7
Solved
Fairly straight forward question here. Has anyone figured out how to do a TODO: comment in Eclipse that spans multiple lines? I cannot for the life of me get it to work.
3
Solved
With cyclic or repetitive tasks in org-mode, inside this task, if there are several checkboxes and all of them marked as ticked, after the general task is masked as DONE, the checkboxes for the nex...
4
Solved
I suspect this question has been asked before, but it's not easy to Google for.
I am a fairly new coder and I see a lot of code, in a lot of different languages, with comments beginning "TO...
Butterfly asked 29/2, 2012 at 12:17
6
Solved
When I used Eclipse to add unimplemented methods to a Java class to fix an error, methods were auto-generated and include // TODO Auto-generated method stub
Is there an easy way to view all method...
5
Solved
I had to reinstall all my development tools after a hard drive failure and I'm having a problem with Visual Studio.
I had a bunch of //TODO: items scattered throughout my projects and I can't get ...
Aweinspiring asked 2/11, 2009 at 21:42
4
Is there a way to view all TODO marks in an Xcode project?
I'm aware of how to do this in a file through the function drop down but wasn't sure how to see all in a project.
2
Solved
I have figured out how to download and install new color schemes.
It is after I did this that I noticed that IntelliJ will still color the following line yellow:
// ToDo: implement
Further, this c...
Primp asked 21/4, 2017 at 15:59
9
Solved
7
Solved
If yes, how ?
If not, is there a workaround to get similar functionality ?
EDIT:
What I mean is something like this :
// TODO line1
// line2
// line3
and line1, line2, line3 belong to the sa...
Hymnody asked 27/2, 2014 at 11:17
5
Is there a way to tell Sublime to highlight comments that contain the word "TODO"?
I've looked for plugins that do this but haven't really been able to find much.
Windage asked 28/4, 2013 at 1:45
1 Next >
© 2022 - 2025 — McMap. All rights reserved.