Project
ReSharper
Priority
Show-stopper
Type
Bug
Fix versions
4.1
State
Fixed
Assignee
Alexander Zverev
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
5.0.1612.107  
  • Created by   Vladimir Reshetnikov
    3 years ago (10 Jul 2008 16:02)
  • Updated by   Vladimir Reshetnikov
    3 years ago (29 Jul 2008 21:02)
  • Jira: RSRP-74596
    (history, comments)
 
RSRP-74596 QF 'Implement members' falsely reports 'Nothing to implement'
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
using System;

|class Stuff : IDisposable
{
 
}


Symbol | is the caret position. Try to invoke QF 'Implement members' in the given position. It falsely reports 'Nothing to implement'. If the caret in on the identifier 'Stuff', then the QF works OK.

Issue was closed
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Alexander Zverev
  Alexander Zverev
17 Jul 2008 15:18
3 years ago
This QF uses Generate2.
Generate2 dosent activate while caret at the beginning of line.