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

Key: RSRP-54549
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Oleg Stepanov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

Symbol completion does not work for type argument

Created: 13 Dec 07 17:15   Updated: 22 Apr 08 13:15
Component/s: None
Fix Version/s: Aroha
Security Level: Everybody (All jira users)

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

Build: 578


 Description  « Hide
using System;

interface I<T>
{
    T this[int x] { get; }
}

class A : I<string>
{
    string I<stri|>.this[int x]
    {
        get { throw new NotImplementedException(); }
    }
}

Symbol | is a caret postion. I expect that symbol completion will complete 'string' here.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.