How to disable all caps menu titles in Visual Studio

后端 未结 11 1252
半阙折子戏
半阙折子戏 2020-12-04 04:12

I assume the title is self explanatory. Just want to change the look of the Visual Studio 2012 not to show menu title in all capital letters.

11条回答
  •  天命终不由人
    2020-12-04 05:06

    I have written an extension which will do this for you.

    You can download it from the Visual Studio Gallery:

    • VSCommands for Visual Studio 2012
    • VSCommands for Visual Studio 2013

    It can also hide main menu altogether and have it appear only on mouse over or alt key press (like in IE)

    enter image description here enter image description here enter image description here

    enter image description here

提交回复
热议问题