[Solved] How to fix missing semicolon error automatically visual studio c# [closed]


I would do this:

  • Open up Replace in file.
  • Select “Use Regular Expressions”.
  • Enter “.$” in Search term (no quotes).
  • Enter “;” in Replace term (no quotes).

Now do replace single or replace all. Replace all will add too many semicolons (blank lines and comments and all other), but will probably give less than 1800 errors to fix.

Tested it in Visual Studio 17.3.1.

0

solved How to fix missing semicolon error automatically visual studio c# [closed]