Resharper 5.0 not showing all methods parameters
I have an anoing problem with Resharper 5.0, it isn't showing all the parameters for a method
Example:
ex.Create(bla, bla, bla, bla, bla...);
Resharper the shows as follows:
(string 1, string 2, string 3, string 4, string 5 ... Use smart completion to show all)
Can't it show alle options, just like 4.5 did?
Thanks in advance
Please sign in to leave a comment.
Yes!! I have the same exact problem. This is an unituitive anit-feature in the new version for sure. Also I have yet to find a setting to correct this. Could someone please look at this!!!!!!!!!!!!
THanks
Hello,
I believe it's a bug in Parameter Info. It's also used for showing object
initializer properties, in which case there could be lots of them, and seeing
them all is of little help. Imaging creating a new instance of Window and
setting a few properties on it -- you don't expect to see a Parameter Info
window spanning the whole screen with hundreds of base members. And there
you can summon Smart Completion (CtrlAltSpace) to see the properties filtered
down as you type.
The same behavior is erronously applied to method parameter info, where Smart
Completion suggests actual parameters but does not replace parameter info.
As a workaround, you could use QuickDoc over the method (CtrlShiftF1),
even though it wouldn't track the active parameter for you.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Is this scheduled to be "fixed" in 5.1?
"Serge Baltic" <baltic@intellij.net> wrote in message
news:dc0986bf1555b08ccc89d3a7b33ec@news.intellij.net...
>
>
>
>
>
>
Hello,
The owner of the feature has just promised that to me :)
PS please do not overquote.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Confirm. Will fix in 5.1. Here's the issue in the youTrack http://youtrack.jetbrains.net/issue/RSRP-180317
Fixed. Tomorrow's nightly build will contain the fix.