Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't zoom out in visual studio code

I accidentally hit CTRL + = and my IDE is too much zoomed now. I tried the shortcut to zoom out as stated in the official vscode doc, (CTRL + -) but this is not working.

Some help would be appreciated.

Thanks,

like image 581
Pierrick Martellière Avatar asked Dec 09 '18 19:12

Pierrick Martellière


People also ask

How do I zoom out in VS Code?

The View > Zoom Out ( kb(workbench. action. zoomOut) ) command lets you decrease the Zoom level.

How do I Unzoom in Visual Studio?

Visual Studio provides commands—View. ZoomIn (Ctrl+Shift+.) and View. ZoomOut (Ctrl+Shift+,)—that increase and decrease the zoom level in various parts of the IDE.

How do I enable zoom in on VS Code?

If your VSCode is not configured to have CTRL-'+' and CTRL-'-' zoom the whole UI as it is for @ThePadawan, you can access those commands via View --> Appearance --> Zoom In / Zoom Out / Reset Zoom.


10 Answers

On-Screen keyboard did not work for me. But managed to click the reset zoom setting under View>Appearance>Reset Zoom.

Zoom Out option was not working. However, Zoom was reset after clicking Reset Zoom option.

like image 191
Vivek Tyagi Avatar answered Sep 30 '22 13:09

Vivek Tyagi


Found the solution by opening the on-screen keyboard, activating the numeric pad, and using its -. The - is not working on my laptop.

like image 25
Pierrick Martellière Avatar answered Sep 30 '22 13:09

Pierrick Martellière


For that press ctrl+shift+p then type "resetZoom" without inverted commas its work for me.

like image 29
pamal Sahan Avatar answered Sep 30 '22 12:09

pamal Sahan


On my installation the keyboard shortcuts are working as stated in documentation (CTRL+-). For a workaround you can perhaps use the menu items under View > Zoom Out as also written in documentation in Chapter Zoom.

like image 20
BiNZGi Avatar answered Sep 30 '22 11:09

BiNZGi


You can reset your zoom by ctrl+0. By this command your zoom setting will reset

like image 31
Abhishek Sahu Avatar answered Sep 30 '22 12:09

Abhishek Sahu


It's simple I just found out, hold ctrl + -. This should zoom out and zoom in again just do what you did to zoom in. There are many ways to do it, this is just one of them.

like image 28
Dan Avatar answered Sep 30 '22 13:09

Dan


You can try CTRL + Numpad Subtract

like image 20
Sahooji Avatar answered Sep 30 '22 12:09

Sahooji


I found I had installed the Visual Studio keybindings extension, which conflicted with VS Code. Removing that extension solved the problem for me.

Alternative you can check your keybindings and re-assign manually. Ctrl+K then Ctrl+S to open key bindings, where you can search or manually inspect and edit all.

like image 23
Rob Gray Avatar answered Sep 30 '22 11:09

Rob Gray


use the ctrl+ or ctrl-which is next to your right not those + and - which is for volume on the top of your keyboard

like image 38
Taghrid Kam Avatar answered Sep 30 '22 12:09

Taghrid Kam


Visual Studio Code Linux keyboard shortcuts &

Visual Studio Code Windows keyboard shortcuts for zoom in/out:

In My case,

in: Ctrl + =
out: Ctrl + -
like image 44
UN..D Avatar answered Sep 30 '22 12:09

UN..D