paperjam
paperjam

Reputation: 8518

Visual Studio: quickly find build error in source

My programming workflow often involves sequences like this:

Often though I have several editor windows open and it can take me a while to find the rather camouflaged icon in the indicator margin. Sometimes it's even out of sight behind the error window.

Is there any way I can highlight the current error line in the source code so that I can find it more quickly?

Upvotes: 3

Views: 4437

Answers (2)

Kasper Elbo
Kasper Elbo

Reputation: 178

Are you using resharper?

If not try and take a look at it, as far as i remember it allows you to customize how errors are displayed.

Upvotes: 1

MBen
MBen

Reputation: 3996

Pressing F8 in Visual studio take you to the errors

Upvotes: 2

Related Questions