Reputation: 33058
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:
I do not see what is wrong in my settings:
Upvotes: 0
Views: 192
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