So, I have the following C # code snippet:
var accountModel = new AccountModel { Email = " iDontExist@gmail.com " }
If you notice carefully, you will notice that I am missing ";"
Here's what happens when I hang over a little red damn line:

My question is: how can I show the "expected" using the keyboard and without the freezing of the italic line with the cursor?
Thanks!
source share