You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've some c::b projects laying around, which use its native custom todo markup. There were 3 categories (FIXME, TODO, NOTE), and also syntax included fields for author and severity. While I was working on bigger projects, severity was great, because you could assign 1-9 priority to TODOs and then filter list by them such that you could organize further work. Example of syntax:
//TODO(KaiN#7): Description of very important TODO
Would be great if this syntax could be more supported with some kind of sorting options. If 'problems' and/or 'output' view is not aproppriate for it, perhaps there would be need for new table view?
The text was updated successfully, but these errors were encountered:
I've some c::b projects laying around, which use its native custom todo markup. There were 3 categories (FIXME, TODO, NOTE), and also syntax included fields for author and severity. While I was working on bigger projects, severity was great, because you could assign 1-9 priority to TODOs and then filter list by them such that you could organize further work. Example of syntax:
//TODO(KaiN#7): Description of very important TODO
Would be great if this syntax could be more supported with some kind of sorting options. If 'problems' and/or 'output' view is not aproppriate for it, perhaps there would be need for new table view?
The text was updated successfully, but these errors were encountered: