When using Visual Studio 2015 Community Edition my cursor frequently disappears when I perform the Ctrl+.
shortcut to resolve missing dependencies. For example, if I am creating a new Entity Framework entity and want to add the [Required]
attribute to one of my properties:
[Required]
. The attribute gets a red squiggly underline.Ctrl+.
to bring up the suggested importsusing System.ComponentModel.DataAnnotations
option using the arrow keysEnter
to select it and import the using
statementSometimes I can continue coding without any issues. But most of the time my cursor disappears and I have to click back on the code editor to get my cursor back.
It happens to me on several different computers using Windows 7, Windows 8.1, or Windows 10. I've tried resetting my VS2015 configurations to default, but it didn't seem to help. The only other thing I can think of that might be worth mentioning is that I'm use the Dark theme.
Has anyone else experienced this? Is there a setting change so that the editor keeps focus, or a keyboard shortcut to get the cursor back? It isn't the end of the world to use the mouse but I never had to do it in 2013 so it is slightly annoying.
For those on a Mac (running Windows+Visual Studio with either VMWare Fusion or Parallels, for example), press the 0 (zero) key in the Mac keyboard number pad. For me, this translates to the Insert key which changed the fat (overwrite) cursor back to the normal (insert) cursor.
It going back to Visual Studio, but cursor is invisible. The same problem. Pressing F12 to "Go to Definition", make the cursor invisible. You can select/higlight the text via keyboard but can't write anything, unless, you click on the editor via mouse to make it visible again.
I ran into the same issue, and found that if I went to my mouse properties and changed the default pointer for Text Select to one with white in it, I didn't lose the pointer in the editor. I don't know if this'll solve your issue, but it helped with mine.
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