I'm trying to call a method with many parameters in vs2008. Resharper's (v5) intellisense shows only few of them and then "Use smart Completion to see all". OK, I'm pressinf Ctrl+Shift+Space - and after that he shows so开发者_Go百科me stupid suggestions like "String.Concat, String.Copy...", but I want to see as usual what name and type of parameter I need to pass into the method.
How can I avoid this?
I also get the same message "Use smart Completion to see all" when I should be seeing all the options.
My Resharper settings are a little bit flaky. I am using Visual Studio keyboard scheme with several Resharper overrides.
If you press Ctrl+Space , when entering parameter values, it will show you all the options.
For me, the shortcut is CTRL-P.  If that doesn't work for you, go to Tools | Options | Environment | Keyboard, and search for "ReSharper.ReSharper_ParameterInfo_Show" and give it whatever keybinding you like.  
Incidentally, CTRL-SHIFT-Space is for "smart completion" which helps you discover local variables/fields/etc. that are applicable at the current context.  This is very useful when you have something like this:
string s = _
Where your cursor is at _.  Now, using smart completion, it will return a list that only contains string variables/fields/etc.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论