Smart completion: how to select method overloads

I'm trying to switch from VS+Resharper to Rider. Using Visual Studio keys layout

Rider offers parameter completion for one overload, up ad down keys select the options, and also has all types in the list (very useless)

In Visual Studio I pressed Ctrl+Shift+Space and it displayed overloads, up and down selected overloads and the type info was used in each parameter's comletion depending on that.

In Rider I only see the list of overloads when typing opening (, and up and down don't switch between them. This list is also very hard to invoke

I need to see all existing overloads in the pop-up, it's the primary information I need to work with new code (I need very often)

And I can't find settings, responsible for it - I want to see what overloads exists first, then the (mostly useless) suggestions.

Please help, what options or plugins do I need?

0
4 comments

Hello, 

Thanks for contacting Rider support. 

Method overloads are displayed in the following ways:

  • Displayed automatically with the suggestion list:
  • Put caret in parenthesises, then press CTRL + SHIFT + SPACE:

You can press CTRL + SHIFT + SPACE again to select a different signature. Note, if the suggest list is triggered automatically at the same time, like below, you need to press ESC to close the suggestion list first then use CTRL + SHIFT + SPACE to navigate between overloads:

See Parameter Information | JetBrains Rider Documentation for more information. 

 

Regards,

Tom

 

0

Hello, Tom. What you describe is what I try to achieve
But for me Ctrl+Shift+Space looks lke this 

0

Here are my settings, I tried enabling and disabling stuff, to no avail
Manjaro Linux xfce

0

Nevermind, figured this out
Xfce had “Ctrl+Shift” as change layout and it was stealing the keypress it seems

0

Please sign in to leave a comment.