Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use TODO files in VS Code?

I created a file in VS Code named "todo" and it is displayed with a checkmark icon. I thought that this could be used somehow, but I didn't find any information about it.

It looks like this:

what does it look like

How can it be used?

like image 838
qbr_dude Avatar asked Sep 12 '25 02:09

qbr_dude


2 Answers

I was wondering exactly the same thing! I haven't been able to find any native functionality of VSCode that deals with ToDo files, however I did find ToDo Tree, a neat looking extension which will provide highlighting for any todo/bug(etc) comments, and also group them together in the activity bar.

Find more info on Thomas Venturini's blog post

like image 115
We'll See Avatar answered Sep 13 '25 22:09

We'll See


It is just an icon indicating the file type.

VS Code doesn't have any native features for doing anything special with TODO files.

There may be extensions on the marketplace that could do something with the format.

like image 22
Quentin Avatar answered Sep 13 '25 22:09

Quentin