Surround code block with curly braces?
You do not need Resharper for this. You can use the “surround with” with a custom snippet. Then you can select your text with Ctrl + K, Ctrl + S and select the snippet {} in the custom snippet. In order to create such a snippet : Create a “.snippet” file containing the content below … Read more