Project
ReSharper
Priority
Major
Type
Bug
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
    3 years ago (05 Jun 2008 21:19)
  • Updated by   Jura Gorohovsky
    12 months ago (15 Jan 2011 19:02)
  • Jira: RSRP-71284
    (history, comments)
 
RSRP-71284 Parameter info is not canceled when moving to another call
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Show parameter info for some call.
Now quickly move the caret so that it's positioned inside parenthesis of another call (the easiest way to do this is using the mouse). The parameter info does not disappear, instead it's updated to reflect signatures of this new invocation (while still positioned at the same place on the screen - very confusing).
Comments (3)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Sergey Coox
  Sergey Coox
06 Jun 2008 12:41
3 years ago
It should not be cancelled. For instance, when you move caret inside call of foo I expect parameter info to update according to the most nested call under the caret, not to be cancelled.
foo( bar( baz() ) );
Valentin Kipiatkov
  Valentin Kipiatkov
09 Jun 2008 15:14
3 years ago
It's ok but it should move the popup to match the new call. Otherwise it's confusing.
Valentin Kipiatkov
  Valentin Kipiatkov
07 Nov 2008 17:36
3 years ago
1. Anyway the popup should be moved to match the new call.
2. I believe the popup should disappear when the old a the new call are not nested (old inside new or vise versa).