Disable auto-commenting after enter
If I want to put a comment in front of a line of C# code I typically put the cursor at the start of the line of code, type '//' followed by the comment then hit return. Resharper will automatically insert a '//' in front of the code line.
original line:
var abc = "qwer";
in process of entering comment
// comment var abc = "asdf";
after hitting enter
// comment
// var abc = "asdf"
Is there a way to disable automatic insertion of the '//' after the enter?
Please sign in to leave a comment.
Hello Tom,
Sorry for delay in responding.
That seems to be a bug, I've filed a correspondent report - https://youtrack.jetbrains.com/issue/RSRP-476747.
Please feel free to comment or vote for it.
Thank you.