In this post, we will enable the word wrap in Visual Studio. This is helpful in breaking a section of text into lines so that it will fit into the available width of a page, window, or other display areas.
Click on Tools
and select Options...

Go to Text Editor
and click on All Languages
.

Check the box of Word Wrap
and click OK.

Now the code lines will be split into multiple lines to fit into the page width.

You must be logged in to post a comment.