Open CelticMinstrel opened 4 months ago
This should be possible to configure via
"todo-tree.tree.tooltipFormat": "${filename}:${line} ${before}${tag}${after}",
in your user settings file.
That worked, but I couldn't find any documentation about the variables that can be used there, and I think it would make more sense for the default to show the actual comment as well.
I don't mind whether you close this or turn it into a "please document it better" issue.
When I hover over an entry in the TODO list, it only shows me the file and line number of that comment.
It would be great if it could also show the full text of the comment.