Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 760
Tom Avatar asked Jun 22 '11 17:06

Tom


2 Answers

Check out the Enhanced Scrollbar in the Productivity Power Tools.

like image 145
sean e Avatar answered Oct 27 '22 01:10

sean e


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.

like image 44
Brian Driscoll Avatar answered Oct 26 '22 23:10

Brian Driscoll