w4Buttons in Contextw4Buttons in Context adds context-sensitive instances of the following buttons to VS Code's editor toolbar:
These buttons are context-sensitive because VS Code only shows a few buttons and pushes the rest to the overflow menu (...). However, an extension can push all other buttons to the overflow menu if it has enough buttons that are given priority and this can mean frequently used buttons are less efficiently available. By making these buttons context sensitive increases the likelihood that toolbar buttons are available when needed. FeaturesThe navigate buttons are added to the editor toolbar if there is somewhere to navigate to. The save active file button is added if the active file has unsaved changes. The save all button is added if there is either:
The word wrap button is added when a line is longer than the configured character line length limit (defaults to 120). Extension SettingsThis extension contributes the following settings:
Known IssuesThere are no known issues. Release Notes0.0.1 - 2026-04-09Initial release of w4button that provides context-sensitive instances of:
|