R# 5.0: Feature request: Convert selection to string
magine a block of text:
This is my text that "needs converting" to string.
We would select the text, Refactor->Convert->ToString
The result would be:
"This is my text that \"needs converting\" to string."
where verbatim would be:
@"This is my text that ""needs converting"" to string."
Issue:
http://youtrack.jetbrains.net/issue/RSRP-170158
Please sign in to leave a comment.
Fixed. Look at the comment of issue http://youtrack.jetbrains.net/issue/RSRP-170158