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

后端 未结 9 891
情歌与酒
情歌与酒 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: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.

提交回复
热议问题