Shortcut for changing font size

本秂侑毒 提交于 2019-12-02 16:02:53

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

BornToCode

You'll probably find these shortcuts useful:

Ctrl+Shift+. to zoom in.

Ctrl+Shift+, to zoom out.

Those characters are period and comma, respectively.

Ctrl + MouseWheel on active editor.

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

Use : Tools in Menu -> Options -> Environment -> Fonts and Colors

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

Ctrl + Alt + MouseWheel will work in Visual Studio 2015.

You can chnage font size by ctrl + mousewheel.

OR

tools --> options --> environment --> font and color.

Detail with screenshot is mentonied here

This worked for me:

Ctrl + - to minimize

Ctrl + + to maximize

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!