Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Yeah, Ctrl-Space will complete the word, but at least in VB when you move off the line, it will correct the case as well as the indents, C# does not.Also, if you have compile errors in C#, then as you fix those errors, the blue line is still there (until you recompile).Oh, one thing I do prefer in C# is that it will point out (blue line) unused variables.
Yeah, Ctrl-Space will complete the word, but at least in VB when you move off the line, it will correct the case as well as the indents, C# does not.
Also, if you have compile errors in C#, then as you fix those errors, the blue line is still there (until you recompile).
Oh, one thing I do prefer in C# is that it will point out (blue line) unused variables.