Question

For example, I could pretty much always do without the "not all code paths return a value" error squiggly. This generally means I'm in the process of writing the method. I don't need to be told it doesn't return a value. If I forget to add a return value, VS can tell me that when it builds. But I never want that while I'm working; it's annoying and usually tells me something I already know.

For another example, I could do without the errors that show up while I'm in the process of writing a switch statement, such as the one that tells me I don't have a break statement yet, as I'm still working on whatever case.

Was it helpful?

Solution

You can try to disable "Show live semantic errors",

http://www.devcurry.com/2011/01/disable-squiggly-or-wavy-lines-in.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top