Very often I need to enclose a selected piece of text or anything else with braces:
Lorem ipsum dolor sit met.
[-----] <- selection
but when I hit for example {
the selectecd text is replaced with the {
instead. However I'd like it to be enclosed with {}
like:
Lorem {ipsum} dolor sit met.
Is it possible to do with ReSharper v9
?