Shortcut for changing font size in Visual Studio

2019-03-08 06:44发布

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

What I mean is something like Ctrl + mouse wheel like in Firefox.

Accessing the Options window and then selecting Environment > Fonts and Colors is fine if you don't have to change the font size all the time, but in my case, I would like to be able to change it depending on what I am doing (writing and reading code or just reading it).

I guess I could create two almost identical settings files and import them whenever I want, but that is even slower!

Thanks!

8条回答
太酷不给撩
2楼-- · 2019-03-08 07:25

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

查看更多
对你真心纯属浪费
3楼-- · 2019-03-08 07:26

You'll probably find these shortcuts useful:

Ctrl+Shift+. to zoom in.

Ctrl+Shift+, to zoom out.

Those characters are period and comma, respectively.

查看更多
登录 后发表回答