In monodevelop, how can I remove the task list?

My task list panel is filled with old // Todo comment tasks // that were processed from code. Unfortunately, the files they link to have long disappeared, and tasks hang around like zombies. Removing each task simply causes an error that is not in the file. How can I manually force a complete cleanup of the task list so that it can repeat itself? I quickly looked through the source code for this part of the MD, but I did not see anything obvious.

+4
source share
1 answer

I suggest you delete the file .

However, for a quick workaround, try deleting the code completion database caching. On Mac, you can find them in ~/Library/Caches/MonoDevelop-3.0/DerivedData , and on Windows they are in AppData\Local\MonoDevelop-3.0\Cache\DerivedData .

+4
source

All Articles