What are your most-recommended Visual Studio preferences?

前端 未结 25 1382
死守一世寂寞
死守一世寂寞 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: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

提交回复
热议问题