At times the code may take up too much horizontal real estate that you may have to perform a vertical scroll to read it. It could really become quite irritating to read code in this way, hence almost all text editors and IDEs have the "Word Wrap" option.
There are multiple ways in which you can toggle the word-wrap feature in VS Code, let's see them one by one,
Option 1: Using the keyboard Shortcuts
This is the quickest way to enable or disable word-wrap.
Windows: Alt + Z
macOS: Option ⌥ + Z
Linux: Alt + Z
Option 2: Using the Palette
Press Ctrl + Shift + P on Windows, or, Command + Shift + P on macOS to open the VS Code Palette.
Now type Toggle Word Wrap to activate it.

This option is really handy if you forget the keyboard shortcut and want to recall it.
Option 3: Using the Menu Options
There is always the Menu that you can visit to perform Word Wrap, but is the slowest as required the use of the mouse or the trackpad.
Go to Menu: View -> Word Wrap

Facing issues? Have Questions? Post them here! I am happy to answer!
- Notepad++ Keyboard Shortcuts Cheatsheet
- Shortcut: Move Cursor at the start or end of Line or file in Visual Studio Code (VS Code)
- Open VS Code Command Palette using Keyboard Shortcut
- How to go to next line in Excel on Mac (Keyboard Shortcut)
- Shortcuts: How to Toggle Word Wrap in Visual Studio Code (VS Code)
- Fix: Jupyter Notebook: The port 8888 is already in use, trying another port. - Python
- Disable Control Scroll Zoom-in and Zoom-out in Notepad++ - NotepadPlusPlus
- How to send SMS on Android Emulator - Android
- Hide Bluetooth icon on Mac Menu Bar macOS Ventura 13 - MacOS
- How to Clone Bitbucket repository to Local Computer - Git
- Twitch chat down, error loading data, content unavailable, streaming problem - News
- How to create new user account in Windows bash - Bash
- Fix: Deprecated Gradle features were used in this build, making it incompatible with Gradle - Gradle