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

你。 提交于 2019-12-22 18:49:35

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!