I would like Visual Studio to display all lines that have “TODO:” at the beginning (usually after the comment sign, which may vary depending on the file type), which can be found in any text file in the solution (regardless of whether it is C #, VB, F #, T-SQL, ASPX, XAML or just TXT) on a special panel that shows what is written in the line to the right of the TODO name: project name (I use many projects in one solution) file name, line number and name of the code block (for example, class and method), if possible.
Do you know about such an extension, or perhaps VisualStudio has a built-in function? For example, NetBeans has this ready-made option.
comments visual-studio visual-studio-2010 todo
Ivan
source share