Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make Visual Studio to show All Compile Errors!

Visual studio does not show all the compile errors at once. for example one time it says I have two errors and when I fix them then 102 more compile errors are showing up and these new errors are not dependent on those two previous errors. How can we tell it to go through all the code and show all compile errors at once

like image 253
Bohn Avatar asked Jun 08 '10 18:06

Bohn


1 Answers

For Visual Studio 2015, there is a setting for C# and Basic, Tools->Options->Text Editor->Lang->Advanced: Enable full solution analysis.

https://msdn.microsoft.com/en-us/library/mt709421.aspx?f=255&MSPPError=-2147217396

like image 165
jmoreno Avatar answered Sep 20 '22 15:09

jmoreno