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

Key: RSRP-64716
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Major Major
Assignee: Ilya Ryzhenkov
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 0
Operations

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

Extend selection should be able to select chain of method calls

Created: 12 Apr 08 14:56   Updated: 19 May 08 21:31
Component/s: Code Editing
Fix Version/s: Aroha
Security Level: Everybody (All jira users)

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


 Description  « Hide
context.InputElements
        .OfType<GeneratorDeclaredElement>()
        .Where(element => element.DeclaredElement is IOverridableMember)

Caret is inside Where(), I want to select ".Where(..)" to remove it. With extension methods this is critical. It should also be able to select not just tail, but any chain element inside.

I think order should be as follows:
1. Argument list selected
2. Method name + argument list selected
3. Tail method chain selected
4. Entire chain selected

Items 2 and 3 are missing currently.



 All   Comments   Work Log   Change History      Sort Order:
Sergey Coox - 14 Apr 08 14:43
left-to-right selection is extremely useful, especially to introduce variable
right-to-left and left-to-right selections cannot coexist simultaneously