Disable Squiggly Or Wavy Lines In Visual Studio - DevCurry

Disable Squiggly or Wavy lines in Visual Studio
Tweet

The ‘Live Semantic Error feature’ in Visual Studio 2008 SP1 and onwards indicates problems in your code immediately as it detects one, without the need for a compile. Red squiggly or wavy lines appear beneath your code that is incorrect or could cause a problem. For example, there is not method called Closing() in the SerialPort class. So as soon as you type it, a red squiggly line appears indicating it is a syntax error.

Now this could be a time saver in many scenarios, but could also be distracting at times. If you want to temporarily turn it off, here’s how to do so.

Open Visual Studio 2008/2010 > Go to Tools > Options > Text Editor > C# > Advanced > and uncheck the ‘Show live semantic errors’ check box as shown below

Now the squiggles will not appear as you type.

Note: When you compile your code and there are semantic errors detected by the compiler, blue squiggles appear beneath the code that is causing the error.

Read some more Visual Studio Tips

Tweet

About The Author

Suprotim Agarwal Suprotim Agarwal, Developer Technologies MVP (Microsoft Most Valuable Professional) is the founder and contributor for DevCurry, DotNetCurry and SQLServerCurry. He is the Chief Editor of a Developer Magazine called DNC Magazine. He has also authored two Books - 51 Recipes using jQuery with ASP.NET Controls. and The Absolutely Awesome jQuery CookBook. Follow him on twitter @suprotimagarwal.

2 comments:

Anonymous said...

Very helpful, thank you for saving me from this annoyance.

April 6, 2011 at 7:36 AM Raven said...

Thanks! I'm coding in MASM and the random error highlighting was bothering me.

June 28, 2015 at 1:33 PM Newer Post Older Post Home Subscribe to: Post Comments (Atom)

New Book

C# Book for Building Concepts and Interviews

jQuery Cook Book

jQuery Cook Book Loading...

Popular Posts

  • How to Refresh/Reload a Page using jQuery
  • 10 Free Tools to Load/Stress Test Your Web Applications
  • Execute JavaScript function from ASP.NET codebehind
  • What is the AntiForgeryToken and why do I need it? - ASP.NET MVC 101 series
  • Hide a Table Column with a Single line of jQuery code
  • LINQ – Left Join Example in C#
  • Free Open Source UML Tools
  • 5 jQuery Calendar Plugins that can be used on Websites
  • Create a Simple Image Slide Show using jQuery
  • Convert String to Base64 and Base64 to String
Loading...

Featured

Useful Links

  • ASP.NET
  • jQuery
  • SQL Server
  • My Other Site
  • About Me
  • Contact Us

Most Trending

  • 10 Free Tools to Load/Stress Test Your Web Applications Wikipedia defines Load and Stress Testing as “ Load testing is the process of putting demand on a system or device and measuring its respon...
  • Friendly URLs in ASP.NET Web Forms When ASP.NET MVC was introduced, it did away with the concept of tying the physical location of a Web Page page to the actual URL that’s see...
  • Simulate Slow Internet Connection while Testing your Apps So you have your Next-gen cool Web 2.0 application ready! You have tested it on your LAN environment and on your high speed internet connect...
  • Free Open Source UML Tools "UML is not dessert topping and floor wax." - Grady Booch on the versatility of UML. UML as you know, includes a set of graphic n...
  • Hide a Table Column with a Single line of jQuery code In one of my previous articles, Using jQuery to Delete a Row in a Table by just Clicking on it I showed you how to delete a Table Row. Cont...
  • How to Refresh/Reload a Page using jQuery I have seen this question asked in many forums, however the solution presented worked on selected browsers only. Here’s a solution I have te...
  • Using LocalStorage in HTML5 with JavaScript to manage data locally in a Browser Cookies and HTML5 LocalStorage serve different purposes although they both store data on client-side. While Cookies are meant to be sent to ...
  • Create a Simple Image Slide Show using jQuery I have seen a lot of users requesting for simple jQuery scripts for SlideShows. I saw a couple of them, but the scripts assumed that the num...
  • Disable Squiggly or Wavy lines in Visual Studio The ‘Live Semantic Error feature’ in Visual Studio 2008 SP1 and onwards indicates problems in your code immediately as it detects one, witho...
  • Execute JavaScript function from ASP.NET codebehind Calling a JavaScript function from codebehind is quiet simple, yet it confuses a lot of developers. Here's how to do it. Declare a JavaS...
Loading...

Labels

  • ASP.NET (286)
  • jQuery (221)
  • ASP.NET MVC (86)
  • JavaScript (85)
  • LINQ (83)
  • C# (79)
  • Silverlight (76)
  • Free Learning (63)
  • Product Releases (61)
  • VB.NET (60)
  • Visual Studio (60)
  • .NET (49)
  • Misc Ramblings (46)
  • Tools (46)
  • CSS (28)
  • Windows 7 (22)
  • WPF (20)
  • Free EBook (19)
  • HTML 5 (16)
  • ASP.NET Web API (15)
  • Sharepoint (15)
  • Azure (14)
  • ASP.NET AJAX (13)
  • Link List (13)
  • General (12)
  • MVC 101 (10)
  • KnockoutJS (9)
  • AngularJS (8)
  • ASP.NET Core (7)
  • WCF (7)
  • Architecture (6)
  • Technology (6)
  • Reviews (5)
  • WinRT (5)
  • Windows 8 Apps (5)
  • Contests (4)
  • Entity FW (4)
  • Node.js (4)
  • CosmosDB (3)
  • MongoDB (3)
  • React.js (3)
  • Tips (3)
  • Windows Vista (3)
  • Angular 6 (2)
  • BackboneJS (2)
  • Blogging Tools (2)
  • Express.js (2)
  • TypeScript (2)
  • Angular 10 (1)
  • AppHarbor (1)
  • Azure DevOps (1)
  • Docker (1)
  • EF Core (1)
  • IIS (1)
  • MERN (1)
  • MomentJS (1)
  • Regex (1)
  • Screencast (1)
  • Testing (1)
Loading...

About Me

Suprotim - MVP Follow Me on Twitter

Tag » How To Enable Error Squiggles Vscode