Has anyone been able to find a workaround for Visual Studio that does not hide the mouse cursor on input ?
During coding, I use both a mouse and keyboard. I have to say that this error is driving me crazy because it has a strong effect on Intellisense, causing pop-ups to blink and disappear, because I print simply because I have a mouse cursor in the id. It also affects third-party tools like Devexpress CodeRush or, I suspect, JetBrains ReSharper.
A typical work pattern for someone like me that uses both a mouse and keyboard during encoding involves using the mouse as a quick navigation tool inside the source file. It is for this reason that we often click places in code that contains identifiers. On the other hand, the cursor may be far from it, but if my input invariably ends up putting the identifier next to the mouse cursor, again intellisense (or third-party tools of similar functions) clicks, blinks inside and out I type; for a very annoying effect.
source share