By default, making your font bigger or smaller by using Ctrl
+ Mouse Wheel
is not enabled in Visual Studio Code. But with a settings change, we can enable this.
Steps to enable Mouse Scroll Zoom in Visual Studio Code
In Visual Studio Code window, click on File
>> Preferences
>> Settings
.
![](https://www.seihotech.com/wp-content/uploads/2021/01/Opening-Settings-of-Visual-Studio-Code.png)
This will create a new tab called Settings.
![](https://www.seihotech.com/wp-content/uploads/2021/01/Settings-Tab-in-Visual-Studio-Code.png)
On Search Settings
, type mouse wheel zoom
.
Check the checkbox under Editor: Mouse Wheel Zoom
.
![](https://www.seihotech.com/wp-content/uploads/2021/01/Mouse-Wheel-Zoom-in-Settings-of-Visual-Studio-Code.png)
This will automatically save the settings.
When you go back to your code, you will now be able to use Ctrl
+ Mouse Wheel
to zoom the font in your editor.
One response to “How to enable mouse scroll zoom in Visual Studio Code”
Simple and to the point. Thanks