D.R.
D.R.

Reputation: 21194

How to enforce maximum line length for comments in VS + ReSharper?

I've configured a maximum line length of 160 in ReSharper and code is formatted fine. However, comments are not formatted, they can be longer than 160 characters. Is there a way to format comments as well?

Upvotes: 0

Views: 798

Answers (1)

ChristianGeek
ChristianGeek

Reputation: 11

You can format comments using the free CodeMaid Extension (Tools->Extensions and Updates), which integrates nicely with ReSharper.

Upvotes: 0

Related Questions