What are your most-recommended Visual Studio preferences?

前端 未结 25 1068
死守一世寂寞
死守一世寂寞 2021-01-29 19:51

There are so many little options and settings within Microsoft Visual Studio. Which adjustments do you recommend to others?

相关标签:
25条回答
  • 2021-01-29 20:31

    Fixedsys Font

    Tools > Options

    Environment > Fonts and Colors

    Font: Fixedsys

    Visual Studio font

    0 讨论(0)
  • 2021-01-29 20:32

    Environment->General->Animate environment tools => OFF.

    Speeds UI responsiveness by 82%.

    0 讨论(0)
  • 2021-01-29 20:32

    Environment => General => Recent files

    24 items shown in Window menu

    24 items shown in recently used lists

    Environment => General

    Show status bar ON

    Animate environment tools OFF

    0 讨论(0)
  • 2021-01-29 20:34

    Line Numbers

    • Tools > Options
    • Text Editor > All Languages > General
    • Display: Line Numbers

    Visual Studio Line Numbers

    0 讨论(0)
  • 2021-01-29 20:36

    I've never found dynamic help to be either dynamic or helpful, and just tends to slow visual studio down, so using regedit:

    registry key:
        HKEY_CURRENT_USER\Software\Microsoft\Visual Studio\x.x\Dynamic Help
    value:
        Never Show DH on F1 = yes
    

    I'm also keen on setting the following in Options->Projects and Solutions:

    • Show Output window when build starts - checked (IMHO easiest way to spot build errors)
    • Track Active Item in Solution Explorer - unchecked (stops every project ending up fully expanded in Solution Explorer) Visual Studio Preferences
    0 讨论(0)
  • 2021-01-29 20:37

    Gotta have the tab indention set up right.

    Also, Consolas & Color Themed - white backgrounds hurt my eyes

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