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

Key: RSRP-42905
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

Completion of type name does not work as expected

Created: 11 Jun 07 20:39   Updated: 15 Apr 08 18:46
Component/s: None
Fix Version/s: 4.5
Security Level: Everybody (All jira users)

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

Build: 457


 Description  « Hide
struct S<T>
{
    static |
}

In the given position, I am going to enter S<int>.
I press 'S' (completion pops-up), '<'. The result:

struct S<T>
{
    static S<T><|
}

Expected:

struct S<T>
{
    static S<|>
}


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