editor.mouseWheelZoom setting¶
The editor.mouseWheelZoom setting is a configuration option in [[VS Code]] that enables users to zoom the editor font size using the mouse wheel.^[600-developer-tools-vscode-vscode-mouse-font-size.md]
Usage¶
When this setting is enabled, the user can hold the Ctrl key while scrolling the mouse wheel up or down to increase or decrease the font size.^[600-developer-tools-vscode-vscode-mouse-font-size.md]
Configuration¶
To activate this feature, the setting must be defined in the user's settings.json file with the value true.^[600-developer-tools-vscode-vscode-mouse-font-size.md]
{
"editor.mouseWheelZoom": true
}
Sources¶
600-developer-tools-vscode-vscode-mouse-font-size.md