Show codes in next line instead of horizontal scroll in visual studio
问题 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? 回答1: Try going to Options --> TextEditor --> All Languages and make sure that Word Wrap is enabled. 回答2: The default key binding to toggle word-wrap in Visual Studio is Ctrl-e+Ctrl-w. 来源: https://stackoverflow.com/questions/21504708/show-codes-in-next-line-instead-of-horizontal-scroll-in-visual-studio