How to change environment's font size?

后端 未结 19 1279
有刺的猬
有刺的猬 2020-11-30 18:03

Is there a way to change the environment font size in Visual Studio Code? Stuff like IntelliSense box, debug panel, file names, etc.

I know how to change the editor\

19条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 18:22

    In Visual Studio Code, the font-size can be easily changed from the Settings tab.

    The simplest way to do this is to press Ctrl + Shift + P and then type 'Settings'. This will show you a few results. Choose 'Settings(UI)'. The Settings tab will get opened in the editor. Now you can change the font settings from here. This will only affect the editor's font.

    Or, you can also click on the settings icon on the left bottom of the window and search for font from there.

    In order to change the font size of the entire environment, you may consider pressing ctrl++. This will work like zooming into the whole environment, resulting in an increased font-size.

提交回复
热议问题