Code not reformatting after paste
Up until recently R# would correct indents when I paste in some C# code, but this has now stopped working. Where in the settings should I be looking to get this working again? I've been through them all but can't find anything obvious that might be causing this.
Please sign in to leave a comment.
Hello Andrew,
ReSharper does not handle "on paste" formatting, it is handled by Visual Studio. So please check "Tools | Options | Text Editor | C# | Formatting | General | Automatically format on paste" is ticked.
Thanks!