Show codes in next line instead of horizontal scroll in visual studio

visual-studio-2012, visual-studio-2013

Solution

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

Problem

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?

Original source

Related problems