How to disable the Up / Down keys when scrolling a method overload in Visual Studio?

In Visual Studio 2010 C ++ / C # (and almost every version of VS), the up / down arrow keys will scroll the tooltip tooltip when the tooltip is active (either by entering a method name or by pressing Ctrl + Shift + Spacebar inside method).

Is there any way to disable this feature? When these tooltips appear, I constantly freeze, trying to navigate the file using the keyboard. If there was a way to use Ctrl + Up / Down to double-check the overload method, that would be great, but completely disabling this feature would be enough.

I just want my text editor to let me navigate and edit text and stop capturing my arrow keys. Any ideas?

+4
source share
1 answer

This may be a Resharper problem. Setting this option from "Arrow Keys" to "Show Parameter Information" returned the arrow keys to me:

Disabling arrow keys on yellow tooltips in Resharper in Visual Studio

+2
source

All Articles