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.