Has anyone managed to find a workaround solution to Visual Studio doesn't hide the mouse cursor while typing?

I use both mouse and keyboard while coding. I must say this bug drives me insane since it has a strong impact on Intellisense, forcing popups to blink in and out of existence as I type simply because I have the mouse cursor placed on an identifier. It also affects third-party tools like Devexpress CodeRush or, I suspect, JetBrains ReSharper.

The typical working pattern for someone like me that uses both the mouse and keyboard while coding, involves using the mouse as a quick navigation tool inside the source file. Exactly for this reason we often click locations in code that contain identifiers. On the other hand, the cursor may be far away from one, but if my typing invariably ends up putting an identifier next to the mouse cursor, again intellisense (or third-party tools similar features) snap into existence, blinking in and out as I type; for a very annoying effect.

link|improve this question

Cut the mouse cord. It is going to hurt for a while, learning the shortcut keystrokes takes some time. The payoff is big. – Hans Passant Jul 16 '11 at 20:01
feedback

1 Answer

Windows has a feature that is enabled by default (on windows 7 at least), called "Hide pointer while typing". I must admit that it does not work all the time but it appears to me that is working for you :). It can be disabled from Control Panel -> Mouse -> Pointer Options -> Hide pointer while typing. Because I don't have any other OS installed I can't give you other exact path but I think I discovered it around Windows 98 or Me.

link|improve this answer
I don't think you understood the question. – Alexandre Bell Jul 16 '11 at 20:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.