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

Key: RSRP-36488
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Oleg Stepanov
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 0
Operations

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

Smart completion in extends list should suggest types which are immediately available

Created: 01 Mar 07 19:03   Updated: 10 Mar 07 23:04
Component/s: Code Completion, Language - VB.NET
Fix Version/s: Mirabilie Futurum
Security Level: Everybody (All jira users)

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


 Description  « Hide
  1. If no class exists in extends list, suggest all classes, which:
    • are non-sealed
    • are non-static
    • are not delegate types (MulticastDelegate or Delegate)
    • with at least one accessible ctor
    • without inaccessible abstract members
  2. Suggest interfaces, which are
    • accessible
    • doesn't exist in base list of any types and/or interfaces already in extends list
  3. Applicable inner types should be flatten, i.e. displayed as "ContainingType.INestedInterface"


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