Project
ReSharper
Priority
Major
Type
Usability Problem
Fix versions
Mirabile Futurum
State
Open
Assignee
Sergey Coox
Subsystem
Parameter Info
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Valentin Kipiatkov
    2 years ago (02 Oct 2009 23:42)
  • Updated by   Kirill Falk
    8 months ago (25 May 2011 20:03)
  • Jira: RSRP-123625
    (history, comments)
 
RSRP-123625 Parameter info: confusing behaviour when inside anonymous method
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Go inside some big anonymous method's body, which is an argument of some method's call.
Show parameter info for some call inside.
Then go somewhere else inside this anonymous method.
Parameter info stays approximately at the same place but changes to show parameters of the method which is called with anonymous method's argument.
This is VERY CONFUSING. See the screenshot.
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Ilya Ryzhenkov
  Ilya Ryzhenkov
03 Oct 2009 12:49
2 years ago
I think we should suppress parameter info in the body (block) of anonymous method (delegate or lambda).
Like:
Foo(delegate { code; Bar(""); }, 1);
----+++++++++------------++----+++--