Questions tagged [automatic-semicolon-insertion]

32 questions
-3
votes
1 answer

Can someone explain me how the "empty statement" in javaScript is affected from "Automatic Semicolon Insertion"

Can someone explain me how the "empty statement" in javaScript is affected from "Automatic Semicolon Insertion" The MDN website states that the empty statement is affected from automatic semicolon insertion though its not stated in the ECMAScript…
Kevin
  • 209
  • 2
  • 11
-11
votes
1 answer

How to fix missing semicolon error automatically visual studio c#

How to fix semicolon missing errors automatically c#. I have an old project in which semicolon missing in most of the lines. how to include the missing semicolons automatically using visual studio or any other extension
1 2
3