Project
ReSharper
Priority
Critical
Type
Bug
Fix versions
2.5.1
State
Fixed
Assignee
Evgeny Pasynkov
Subsystem
Code Completion
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Dmitry Lomov
    5 years ago (22 Nov 2006 18:22)
  • Updated by   Dmitry Lomov
    4 years ago (10 Mar 2007 23:02)
  • Jira: RSRP-32318
    (history, comments)
 
RSRP-32318 SmartCompletion fails
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
class TypeElement
{
    public INamespace GetContainingNamespace()
    {
      Logger.Assert(IsValid(), "IsValid()");
      if (myParent is TypeElement) return ((TypeElement) myParent).|
      return myTrieNode.Parent.Namespace;
    }
}


'Control+Shift+Space' does not suggest GetContainingNamespace

Issue was closed
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Valentin Kipiatkov
  Valentin Kipiatkov
11 Dec 2006 23:21
5 years ago
Looks like this happens because of filter which filter method itself in this case. But this filter should work only when invoking without qualifier!