How to see the whole code without scrolling to the right (VS Code)?

Viewed 994

I am using VS Code. My monitor is kinda small in width so I cannot see the whole code especially with the long lines. It's so annoying to scroll left to right or vice versa every single time. I cannot focus on coding.

1 Answers

In Visual Studio Code, hit the shortcut Alt + z to enable wrapping of the code without ruining the line numbers.

Related