Zoom UI in status bar for vscode.
Can zoom via GUI in status bar.
Show extension side bar within VS Code(Mac:Command+Shift+X, Windows and Linux: Ctrl+Shift+X), type zoombar-vscode and press Enter and click Install. Restart VS Code when installation is completed.
Click - to zoom out, click + to zoom in. And click zoom percentage to show zoom menu.
You can change settings by settings.json. And you can apply keyboard shortcuts by keybindings.json.
Enjoy!
Zoom Bar: Select Zoom: zoom by preset or inputZoom Bar: Reset Zoom: reset zoomZoom Bar: Zoom In: zoom inZoom Bar: Zoom Out: zoom out
This extension contributes the following settings by settings.json( Mac: Command+,, Windows / Linux: File -> Preferences -> User Settings ):
zoombar.defaultZoom: set default zoomzoombar.zoomUnit: set zoom unitzoombar.zoomUnitType: set zoom unit typezoombar.preview: temporarily apply the zoom before confirming.zoombar.zoomPreset: set zoom presetzoombar.zoomInLabel: set zoom in's labelzoombar.zoomOutLabel: set zoom out's labelzoombar.fontZoomResetLabel: setEditor Font Zoom Reset's labelzoombar.uiDisplayOrder: set zoom UI display orderzoombar.configurationTarget: configuration target scope.
You can embed icons in the label text( zoombar.zoomInLabel, zoombar.zoomOutLabel ) by leveraging the syntax:
My text $(icon-name) contains icons like $(icon'name) this one.
Where the icon-name is taken from the octicon icon set, e.g. light-bulb, thumbsup, zap etc.
You can specify unicode characters ( include emoji ) as label text too.
In default, Zoom bar's commands doesn't apply keyboard shortcuts. Althogh, you can apply keyboard shortcuts by keybindings.json ( Mac: Code -> Preferences -> Keyboard Shortcuts, Windows / Linux: File -> Preferences -> Keyboard Shortcuts).
Command name on keybindings.json is diffarent from on Command Pallete. See below table.
| on Command Pallete | on keybindings.json |
|---|---|
Zoom Bar: Select Zoom | zoombar-vscode.selectZoom |
Zoom Bar: Reset Zoom | zoombar-vscode.resetZoom |
Zoom Bar: Zoom In | zoombar-vscode.zoomIn |
Zoom Bar: Zoom Out | zoombar-vscode.zoomOut |
see ChangLog on marketplace or github
Releases · wraith13/zoombar-vscode
| Icon | Name | Description |
|---|---|---|
| Bracket Lens | Show bracket header on closing bracket. | |
| Zoom Bar | Zoom UI in status bar for VS Code. | |
| Unsaved Files | Easy access to unsaved files for VS Code. |
See all wraith13's expansions: https://marketplace.visualstudio.com/publishers/wraith13


