Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable Up/Down keys from scrolling through method overload in Visual Studio?

In Visual Studio 2010 C++/C# (And pretty much every version of VS), the Up/Down arrow keys will scroll through tooltip method overloads when the tooltip is active (Either by typing a method name or by pressing Ctrl+Shift+Space while inside a method).

Is there any way to disable this feature? I constantly get hung up while trying to navigate a file with the keyboard when these tooltips appear. If there was a way to use Ctrl+Up/Down to scroll method overloads instead, that would be great, but disabling the feature entirely would be enough.

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

like image 891
cmeub Avatar asked Jul 04 '12 23:07

cmeub


1 Answers

This may be a Resharper thing. Setting this option from "Arrow keys" to "Show Parameter Info" gave me back my arrow keys:

Disabling arrow keys on yellow tooltips in Resharper in Visual Studio

like image 143
Sjoerd Avatar answered Sep 29 '22 05:09

Sjoerd