I want to use TODO to add to my task list. However, per this MSDN, it says that C# only shows the "TODO"s for opened files, but Visual Basic shows them for all files(whether open or not). Anybody know how to make C# show the TODOs in all files?

Thanks.