2

in Visual Studio 2012 i didn't have horizontal scroll in my editor, if my code goes long it continue in next line, i want to know how to do like this in Visual Studio 2013? enter image description here

Kamran Sadin
  • 921
  • 1
  • 11
  • 18
  • possible duplicate of [How can I toggle word wrap in Visual Studio.NET?](http://stackoverflow.com/questions/315485/how-can-i-toggle-word-wrap-in-visual-studio-net) – PW Kad Feb 01 '14 at 22:53
  • i searched but i didn't find solution sorry for duplicated question. – Kamran Sadin Feb 03 '14 at 09:51

2 Answers2

14

Try going to Options --> TextEditor --> All Languages and make sure that Word Wrap is enabled.

Mark Hall
  • 52,990
  • 9
  • 92
  • 107
6

The default key binding to toggle word-wrap in Visual Studio is Ctrl-e+Ctrl-w.

zondo
  • 19,040
  • 7
  • 42
  • 82
Mark Meuer
  • 6,770
  • 6
  • 40
  • 63