views:

1622

answers:

6

Does Visual Studio .NET have a way to toggle word-wrap on and off?

I am used to this feature in Eclipse which allows you to right click and toggle word wrap on and off so that when you have long lines that extend out to the right, you don't have to move the bottom scroll bar right and left to read your code/html: http://ahtik.com/blog/2006/06/18/first-alpha-of-eclipse-word-wrap-released/

A: 

Edit->Advanced->Word Wrap in VS 2003

Ian Jacobs
+6  A: 

All version of Visual Studio: Tools -> Options -> Text Editor -> All Languages -> Word Wrap

Visual studio 2005 & 2008: ctrl+E+W

Visual Studio 2003 & 2005 only: Edit->Advanced->Word Wrap

Visual studio 2003: ctrl+R+R

Micah
ctrl+E+W, that's it, great, thanks!
Edward Tanguay
A: 

In Visual studio 2008 it is ctrl+E+W

netadictos
A: 

in vs 2005 Pro: Ctrl-E, Ctrl-W

or Edit->Advanced->Word Wrap

Alarion
A: 

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

  1. Click on the Add or Remove -> Customize
  2. Click on the Commands tab
  3. Select Edit from the list
  4. Find Toggle Word Wrap and drag it onto your bar
Todd Smith
A: 

In VS2008, CTRL E+W