I activated a Shortcut and now my line is splitting. How can I redo it? (Control + Z does nothing.) I tried to search on the internet too but didn't find anything useful.
Asked
Active
Viewed 53 times
-1
-
2https://learn.microsoft.com/en-us/visualstudio/ide/reference/how-to-manage-word-wrap-in-the-editor?view=vs-2019 – TheGeneral Jan 28 '21 at 07:34
-
1Your line is not splitting, it's wrapping. Most likely you caught a shortcut which enabled line wrapping. You can disable it via Edit->Advanced->Word Wrap – phuzi Jan 28 '21 at 07:37
1 Answers
1
This is the word wrap option
You can set and clear the Word wrap option. When this option is set, the portion of a long line that extends beyond the current width of the Code Editor window is displayed on the next line. When this option is cleared, for example, to facilitate the use of line numbering, you can scroll to the right to see the ends of long lines.
You can disable it by
Tools menu Options.
All Languages General options
Under Settings, select or clear the Word wrap option.

TheGeneral
- 79,002
- 9
- 103
- 141