So i have the following c# code snippet:
var accountModel = new AccountModel
{
Email = "[email protected]"
}
If you notice carefully you will notice i am missing " ; "
Here is what happens when i hover over the little red squiggly line:
My question is: How can i show the " ; expected " by using the keyboard and without hovering over the squiggly line with the cursor?
Thanks!
To display the Error List, choose View > Error List, or press Ctrl+\+E.
Ctrl-Shift-F is used to find all the ocuurance of a string with in entire solution and display find result window as shown below. Ctrl-F is used to find a string in the current document, project and all open documents one by one.
F12: Open File - Visual Studio Marketplace.
Visual Studio 2015
Ctrl
+ K
, Ctrl
+ I
Hold down Windows Ctrl Key, keypress K and then keypress I
You can hit CTRL\ and the E to view the Error List window (default out-of-the-box keyboard config).
I don't think there's a way to show the tooltip without the mousepointer.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With