This extension lets you toggle the word wrap setting on/off. No need to dig through settings anymore, just call it up from the command palette.
How to Use
Just type toggle wordwrap or somethin in the command palette and execute it. Setting a shortcut for this also might also be handy.
Extension Settings
romly-toggle-wordwrap.toggleValue: Allows selection of the value for enabling word wrap from on, wordWrapColumn, and bounded.
romly-toggle-wordwrap.configurationTarget: Select where to save the word wrap setting. auto(Recommended) writes to the current active scope, while workspace writes to workspace settings when possible. If a higher-priority setting exists, it will be overwritten instead.
romly-toggle-wordwrap.limitToLanguageScope: When enabled, writes to language-specific settings. Only effective when toggled while editing a text document.