History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-32318
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Eugene Pasynkov
Reporter: Dmitry Lomov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

SmartCompletion fails

Created: 22 Nov 06 17:22   Updated: 10 Mar 07 22:02
Component/s: Code Completion
Fix Version/s: 2.5.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Fixed in build: 400


 Description  « Hide
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



 All   Comments   Work Log   Change History      Sort Order:
Valentin Kipiatkov - 11 Dec 06 22:21
Looks like this happens because of filter which filter method itself in this case. But this filter should work only when invoking without qualifier!