##affiliateadscss

How to Zoom In and Out in VS Code

Editor zooming can be a helpful tool when you need to see large source code blocks while working on a project. In this article, we break down the keyboard shortcuts you can use to quickly zoom in and out of the code area.

Zooming in and out of your editor is a great way to see the code you’re working on without having to scroll up or down. Learn more about zooming in and out with VS Code by following this article.

What is the Shortcut for Zooming in and Out of VS Code Editor?

Reset Zoom: Ctrl + NumPad0

Zoom In: Ctrl + =

Zoom Out: Ctrl + -

How to zoom in and out of editors on macOS with a keyboard shortcut

Reset Zoom: ⌘ + NumPad0

Zoom In: ⌘ + =

Zoom Out: ⌘ + ⇧Shift + -

VS Code focuses on the sidebar

Ctrl/⌘ + 0

##txtlinkaffiliateads ##imagelinkaffiliateads
Share

More in How To