What are your most-recommended Visual Studio preferences?

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

    Set the active document you're working on to display in the solution explorer. I've seen a lot of people hunting for their current doc if the project gets too big.

    Tools -> Options. Make sure show all settings is checked.

    Click on Projects and Solutions.
    Enable the Track Active Item in Explorer checkbox.

    alt text http://img370.imageshack.us/img370/4821/trackactivedocumentqv2.gif

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

    Prevent Visual Studio from renaming pasted controls

    How do I prevent Visual Studio from renaming my controls?

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

    Besides, Line Numbers, the first thing I always do in a newly-installed IDE is set the Edit.GoToDefinition keyboard shortcut.

    Tools > Options > Keyboard

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

    Tools -> Options -> Environment -> Keyboard

    Setup a shortcut to close the active document. Ctrl+Alt+W in my case.

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

    I'm somewhat surprised to be the first person recommending Visual Studio Hacks for a lot of suggestions of this variety

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

    Check out this thread for the Color theme options for Visual Studio https://stackoverflow.com/questions/141371/which-visual-studio-color-theme

    And consolas is my favourite font

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