Home > Article > Development Tools > How to implement zoom interface in vscode
Implementation ctrl mouse wheel Zoom in and out of the display interface
Steps:
Click file ==> preferences ==> settings Enter settings.
As shown below:
Search editor.mouse
The modified picture is as follows:
Another method:
Continuously press Press ctrl k or ctrl s to enter the settings page
Search for zoom
Double-click the custom shortcut key. Here is ctrl 0 to zoom in and ctrl 9 to zoom out.
Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of How to implement zoom interface in vscode. For more information, please follow other related articles on the PHP Chinese website!