Shortcut for changing font size

前端 未结 12 1347
夕颜
夕颜 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:21

    I am using Visual Studio 2017 , I found below can change font size

    0 讨论(0)
  • 2021-01-30 08:21

    In visual studio 2019 you can use,

    Either:

    Ctrl + Shift + . To increase

    Ctrl + Shift + , To decrease

    Or

    Go to Tools > Options... > Environment > Fonts and Colors

    0 讨论(0)
  • 2021-01-30 08:22

    In the Macros explorer under samples/accessibility there is an IncreaseTextEditorFontSize and a DecreaseTextEditorFontSize. Bind those to some keyboard shortcuts.

    0 讨论(0)
  • 2021-01-30 08:23

    Be sure to check out the VS 2010 Beta that was just released. The new editor should have this.

    0 讨论(0)
  • 2021-01-30 08:24

    Ctrl + MouseWheel works on almost anything...not just visual studio

    0 讨论(0)
  • 2021-01-30 08:24

    This worked for me:

    Ctrl + - to minimize

    Ctrl + + to maximize

    0 讨论(0)
提交回复
热议问题