How to show location of errors, references to members and todos in scrollbar of visual studio 2010?
I have come over from eclipse (for language reasons) and miss being able to see where errors, members and todos are located in a source file like the red, beige, blue icons respectively in Eclipse.
Is there any way开发者_运维技巧 that this can be enabled/ or any plugin that can be installed?
Check out the Enhanced Scrollbar in the Productivity Power Tools.
Errors: View->Error List
Todos: View->Task List
These will show up as tabs in the IDE... you can double-click on an item to be taken to its location in source.
精彩评论