How to show location of errors, references to memb

2020-08-27 05:58发布

问题:

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?

回答1:

Check out the Enhanced Scrollbar in the Productivity Power Tools.



回答2:

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.