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

Key: RSRP-38289
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Oleg Stepanov
Reporter: Dmitry Lomov
Votes: 0
Watchers: 0
Operations

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

Compteion in CSharp should complete types and methods correctly when '<' is pressed

Created: 02 Apr 07 17:58   Updated: 06 Jul 07 16:41
Component/s: Code Completion
Fix Version/s: None
Security Level: Everybody (All jira users)

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

Fixed in build: 420


 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 21 May 07 15:32
static List<T> SingleItemList<T>(T item)
    {
      return new List<T>(new T[] { item });
    }
    
    private static void ShowUsageInformation()
    {
      int i = Int32.MinValue;
      List<int> list = SingleItemList<><>() // after completion
    }

Ilya Ryzhenkov - 21 May 07 15:32
Completion was performed with "<" key

Ilya Ryzhenkov - 06 Jul 07 16:41
Looks like it is fixed?