Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>ZoomerNew to Visual Studio Code? Get it now.
Zoomer

Zoomer

Anthony Attard

|
5,355 installs
| (9) | Free
Finely tune your zoom levels to get the perfectly sized text
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Zoomer

A VSCode extension which allows for finely tuned zoom levels.

Motivation

I built this since I was frustrated with not being able to get the perfect text size; too big, too small, ugh. So I built this.

Demo

demo

Usage

Keybindings

Zoom In:

  • Mac Command + =
  • Windows Control + =
  • Linux Control + =

Zoom Out:

  • Mac Command + -
  • Windows Control + -
  • Linux Control + -

Also works with numpad.

Zoom In:

  • Mac Command + numpad_add
  • Windows Control + numpad_add
  • Linux Control + numpad_add

Zoom Out:

  • Mac Command + numpad_subtract
  • Windows Control + numpad_subtract
  • Linux Control + numpad_subtract

Settings

Head to Zoomer settings in Code and set your custom zoom factor!

settings

Publishing

  • Ensure vsce is installed globally npm install -g vsce

  • To build vsix (local only): vsce package

  • To Publish:

    • Major vsce publish major
    • Minor vsce publish minor
    • Patch vsce publish patch
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft