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

Key: RSRP-29393
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Oleg Stepanov
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

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

"Surround With": the "String.Format" Surrounding Is not Available on a Selection

Created: 05 Oct 06 14:32   Updated: 15 Jun 07 18:49
Component/s: Live templates
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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


 Description  « Hide
If I select a string from the method call arguments, the surrounding is not available. It's available on a whole line selection only.

 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 27 Nov 06 20:09
CSharpTemplateContextAcceptor doesn't allow expression at the closing parenthesis:
foo("blah");

Todo: replace two acceptors at the start and end of selection with one acceptor for the range.