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

后端 未结 9 862
情歌与酒
情歌与酒 2020-12-07 15:25

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

This post is loosely related.

相关标签:
9条回答
  • 2020-12-07 15:43

    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)

    Hope that helps.

    0 讨论(0)
  • 2020-12-07 15:46

    Tools >> Options >> Text Editor >> All Languages >> General >> Select Word Wrap.

    I dont know if you can select a specific number of columns?

    0 讨论(0)
  • 2020-12-07 15:51

    I don't think you can make VS wrap at 80 columns (I'd find that terribly annoying) but you can insert a visual guideline at 80 columns so you know when is a good time to insert a newline.

    Details on inserting a guideline at 80 characters for 3 different versions of visual studio.

    0 讨论(0)
  • 2020-12-07 15:54

    See also this answer in order to switch the mode conveniently.

    Citation:

    I use this feature often enough that I add a custom button to the command bar.

    Click on the Add or Remove -> Customize
    Click on the Commands tab
    Select Edit|Advanced from the list
    Find Toggle Word Wrap and drag it onto your bar

    0 讨论(0)
  • 2020-12-07 15:56

    I stumbled upon this question when was actually searching for an answer to this one (how to add a visual line/guideline at char limit). So I would like to leave a ref to it here for anyone like myself.

    0 讨论(0)
  • 2020-12-07 15:57

    To do this with Visual Assist (another non-free tool):

    VAssistX >> Visual Assist X Options >> Advanced >> Display

    • Check "Display indicator after column" and set the number field to 80.
    0 讨论(0)
提交回复
热议问题