Shortcut for changing font size

前端 未结 12 1551
夕颜
夕颜 2021-01-30 08:12

Does anybody know if there is a shortcut or something similar for changing the font size in the text editor in Visual Studio 2008?

What I mean is something like Ctrl + m

12条回答
  •  粉色の甜心
    2021-01-30 08:40

    In visual studio code if your front is too small or too big, then you just need to zoom out or zoom in. To do that you just have to do:

    • For zoom in : ctrl + = (ctrl and equal both)
    • For zoom out: ctrl + - (ctrl and - both)

提交回复
热议问题