How can I make Visual Studio wrap lines at 80 characters? Ask Question

How can I make Visual Studio wrap lines at 80 characters? Ask Question

Is there any way to make Visual Studio word-wrap at 80 characters? I'm using VS2008.

This post is loosely related.

ベストアンサー1

Unless someone can recommend a free tool to do this, you can achieve this with ReSharper:

ReSharper >> Options... >> Languages/C# >> Line Breaks and Wrapping

  • Check "Wrap long lines"
  • Set "Right Margin (columns)" to the required value (default is 120)

おすすめ記事