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?
cmeub source share