상세 컨텐츠

본문 제목

mac code Developer tools Zoom in & Zoom out

Tips/Etc Tips

by 한국인맛집 2020. 12. 1. 13:46

본문

반응형

Zoom#

You can adjust the Zoom level in VS Code with the View > Appearance > Zoom commands. The zoom level increases or decreases by 20% each time a Zoom command is executed.

  • View > Appearance > Zoom In (Ctrl+=) - increase the Zoom level.
  • View > Appearance > Zoom Out (Ctrl+-) - decrease the Zoom level.
  • View > Appearance > Reset Zoom (Ctrl+Numpad0) - reset the Zoom level to 0.

 

code.visualstudio.com/docs/editor/accessibility#:~:text=Zoom%23,View%20%3E%20Appearance%20%3E%20Zoom%20commands.

 

Accessibility in Visual Studio Code

Visual Studio Code user accessibility features. Learn here about the various ways VS Code aids user accessibility.

code.visualstudio.com

 

반응형