"Comment out XXX..." uses block comments.
So far I've really enjoyed being able to use ReSharper again with C# 3.0
projects--great work, guys :). I did, however, notice that the context
actions for commenting out unused members seems to default to block comments
rather than line comments, and there doesn't appear to be any way to change
this behavior. Could I make a feature request to let the user set a
preference for block or line comments?
Cheers,
Mike
Please sign in to leave a comment.
Hello,
We appreciate your feedback. The corresponding JIRA request has been created,
and you are welcome to monitor its status at http://www.jetbrains.net/jira/browse/RSRP-58232.
You may want to check our request tracking policy here: http://www.jetbrains.net/confluence/display/ReSharper/ReSharperIssueTracker
Best regards,
- Development Team.
+1
We only use line comments around here, never block comments.
"Mike Strobel" <mstrobel@cdcsoftware.com> wrote in message
news:fp7k6e$8ik$1@is.intellij.net...
>