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

Key: RSRP-28660
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Coox
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 1
Operations

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

Expand selection should work in doc-comments on xml-constructs

Created: 13 Sep 06 01:27   Updated: 21 May 07 20:32
Component/s: Extend/Shrink Selection
Fix Version/s: Future Versions

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


 Description  « Hide
/// Represents <see cref="IDeclaredElement"/> for presentations.

When caret is inside "<see cref="IDeclaredElement"/>" tag, it should select it in turn. Currently it selects word, then line.



 All   Comments   Work Log   Change History      Sort Order:
Drew Noakes - 13 Apr 07 13:44
Furthermore, in this case:

/// <param name="sleepPeriod">The time between successive attempts to dequeue.</param>

When the caret is inside the XML element contents (say, in the word 'successive'), Expand Selection should select the sentence (from "The...dequeue."), then the whole XML element, then... well, more I guess