How to enable closing braces comments
In my other office I was using R# 7.1.x on VS2010 and I noticed that the ending braces (at times) had comments on them (I'm assuming this was done with R#.) Now, in my new office with Win7 VS2012 and R# 7.1.2 I don't see them anymore. Here is an example:
foreach( var stuff in items ) {
...
} // End foreach( var stuff in items )
How do I turn this back on? Or is this an option in VS?
Thanks
Larry
Please sign in to leave a comment.