'Wordwrap Default set to "on" in VS Code
Is there anyway to set WordWrap to "on" by default. in VS-Code Editor. So that even after restarting the editor it stays "on". So that in my whole life I do not have to change it ever again.
Solution 1:[1]
Go to Settings (Crtl+,) and search for wordWrap, by default the value is off, turn it on.
Switching to "on" activates word wrap on all documents in Visual Studio Code.
Now, if you open settings.json, with (Crtl+Shift+P), Open Settings (JSON), you will see that "editor.wordWrap": "on" will be present.
Every time you restart VScode those settings will be applied.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
