fabiospampinato / vscode-todo-plus

Manage todo lists with ease. Powerful, easy to use and customizable.
MIT License
902 stars 228 forks source link

Sidebar Display - tidy up "Notes" #390

Open KWLandry-acoustic opened 7 months ago

KWLandry-acoustic commented 7 months ago

Not sure if this has been asked as an enhancement or there is a way to accomplish it already, So, I'd like to be able to have the Sidebar view show only Todo 'titles' if you will, that is, the first line of a Todo, but not show the underlying Notes that I've added to subsequent lines as notes for when I get to work on that todo, That is, For an entry in the todo file,

ToDo: Add DeadLetterQueue Report Need a report to list all DLQ Events in order to be able to work / troubleshoot the issue

I'd like the Sidebar to show only:

ToDo: Add DeadLetterQueue Report ToDo: Next Todo in the list ToDo: Next Todo in the list etc.....

And not the following Notes on following lines, as in:

ToDo: Add DeadLetterQueue Report ' some collapsed content or even the entire content if not collapsed yet more lines, etc... ToDo: Next Todo in the list ToDo: Next Todo in the list etc....

As it works currently, the Sidebar shows every line of the Todo and following lines, except of course, if I collapse the Todo lines in the file, but the Sidebar still shows that line, just a collapsed version of it.

It would be great if any "Notes" I have in the Todo file were to be optionally shown in the Sidebar.

Of course, this would also be great if Embedded Todos also worked the same way,

Thanks, KWL