How Do You Word Wrap With Visual C?
When it comes to computer programming, almost everyone has a preferred way of coding. On occasion it can be useful to see long code statements without having to horizontally scroll back and forth to debug your code. To accomplish this, word wrap can be enabled for the Visual C programming language within Visual Studio. This will allow your long code statements to be wrapped onto the next visible line in your code editor without breaking the syntax of the statement. Open “Visual Studio.” Click “Tools.” Click “Options.” Click “Text Editor” on the left menu. Click “C/C++” under “Text Editor”. Check “Word wrap” under “Settings” on the right.