Is there any way to make Visual Studio word-wrap at 80 characters? I\'m using VS2008.
This post is loosely related.
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.