Last active
August 19, 2024 00:11
-
-
Save luidgigromat/da7d751d06140008c3b2b7612b6b69c2 to your computer and use it in GitHub Desktop.
Enable soft-wrap for Visual Studio Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Open VS Code | |
2. Press Ctrl + Ship + P | |
3. Type "settings" and choose "Preference : Open settings (UI)" | |
4. Search the following settings : "word wrap" | |
5. Set "Editor: Word Wrap" to "ON" |
Thanks!
Thanks!
saviorrr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!