Would be nice to be able to see all @TODO in
(similar to errors and warnings)
This sounds like a great idea, I'd also like to see the todos highlighted in a different color, that makes it stand out from other comments. Currently, you can't tell the difference between a //comment and a // TODO: do something without actually reading the comments.
Sample screenshot is here, taken from Eclipse IDE.
Please add it to VSCode also. Thanks

Closing as this can be provided by an extension. This one seems to already have this functionality
Most helpful comment
This sounds like a great idea, I'd also like to see the todos highlighted in a different color, that makes it stand out from other comments. Currently, you can't tell the difference between a
//commentand a// TODO: do somethingwithout actually reading the comments.