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

后端 未结 9 863
情歌与酒
情歌与酒 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 16:03

    You can also use

    Ctrl+E, Ctrl+W

    keyboard shortcut to toggle wrap lines on and off.

    0 讨论(0)
  • 2020-12-07 16:06

    Adds vertical column guides to the Visual Studio text editor. This version is for Visual Studio 2012, Visual Studio 2013 or Visual Studio 2015.

    See the plugin.

    0 讨论(0)
  • 2020-12-07 16:07

    If the problem is simply that you want to know when you pass 80 characters for a single line, which is a common coding guideline limit, you can use a different approach: Editor Guidelines. This will add vertical column guides behind your code.

    0 讨论(0)
提交回复
热议问题