Krumelur
Krumelur

Reputation: 33058

How switch between method signatures with arrow keys in Resharper?

I want to be able to achieve the following with Resharper:

As soon as I type the "(" I get the list of signatures but I cannot loop through them because a weird list of parameters is offered:

enter image description here

I do not see what is wrong in my settings:

enter image description here

Upvotes: 0

Views: 192

Answers (1)

Twisted Mentat
Twisted Mentat

Reputation: 432

My initial thought is that the intellisense prompt is taking focus from the method parameter info list.

Trying it out myself I can tap Escape to dismiss the intellisense prompt and then use the arrow keys to switch between the parameter info options.

As for not automatically populating the closing parentheses I don't know how to set that up and I don't see why you would want to either. I found the option to turn it off in VisualStudio but it seems that ReSharper is overriding it somehow.

Upvotes: 1

Related Questions