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

16

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

Mark Hall
  • 53,938
  • 9
  • 94
  • 111
6

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

zondo
  • 19,901
  • 8
  • 44
  • 83
Mark Meuer
  • 7,200
  • 6
  • 43
  • 64