There are so many little options and settings within Microsoft Visual Studio. Which adjustments do you recommend to others?
|
|
Line Numbers Tools > Options Text Editor > All Languages > General Display: Line Numbers
|
|||||||||||||||||||||
|
|
Environment->General->Animate environment tools => OFF. Speeds UI responsiveness by 82%. |
|||
|
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:
|
|||||
|
|
Tools -> Options -> Environment -> Keyboard Setup a shortcut to close the active document. Ctrl+Alt+W in my case. |
|||||||||||||||
|
|
Gotta have the tab indention set up right. Also, Consolas & Color Themed - white backgrounds hurt my eyes |
|||
|
Option Strict On Tools > Options Projects and Solutions > VB Defaults Default project settings: Option Strict: On
|
|||
|
|
|
Personally i hate that VS defaults to "Tab to Spaces" when you are developing in C#. This is so awkward to work with and unnecessary. Yes, i know there are issues with Tabs but honestly, did any of you ever encounter them coding in C# on Windows? |
|||||||||||||||||||
|
|
Several have mentioned custom keybindings. Here are handy default keybinding reference posters… Microsoft Visual Basic Default Keybindings reference poster
Microsoft Visual C# Default Keybindings reference poster
I like Microsoft's instructions:
|
|||||
|
|
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.
|
|||||||
|
|
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 |
|||
|
|
|
Prevent Visual Studio from renaming pasted controls |
|||
|
|
|
Window Layouts This really isn't a setting but something I always do is back up my settings via Tools > Import and Export Settings. I make sure to back up my window layouts for both single and multiple monitors. It saves frustration when moving from my multi-monitor setup to a single monitor for a presentation. Not to mention, it makes it easy to get up and running on a new PC. |
|||
|
|
|
Visible white space. (Edit -> Advanced -> View White Space) The default color is too strong. I immediately change it to silver. (Tools -> Options -> Fonts and Colors -> Visible White Space). On some displays, even silver is too strong, and I create a "light silver". |
|||||||
|
|
Fixedsys Font Tools > Options Environment > Fonts and Colors Font: Fixedsys
|
|||||||||||||||||
|
|
Always show solution Tools > Options Projects and Solutions Always show solution
|
|||
|
|
|
I'm somewhat surprised to be the first person recommending Visual Studio Hacks for a lot of suggestions of this variety |
|||
|
|
|
Source View Tools > Options HTML Designer > General Start pages in: Source View
|
|||||
|
|
Check out this thread for the Color theme options for Visual Studio http://stackoverflow.com/questions/141371/which-visual-studio-color-theme And consolas is my favourite font |
||||
|
|
|
This applies to winform projects. Instead of opening the form in design mode by default, you can configure VS to open the code editor instead. This is configured by right-clicking on a form in the solution explorer and choosing the "Open with" option. This gives you a dialog that allows you to specify the default option when double-clicking on a file. |
|||
|
|
|
In a control's properties, setting GenerateMembers to false for items you don't need (labels, etc). It's not a specifically Visual-Studio thing, more related to the platform, but mixed with the contextual list of objects and functions, it just clears up so much clutter. |
|||
|
|
|
When designing a form: View > Tab Order Allows you you specify and control your TabIndexes easily (much more so than setting them by hand!) |
|||
|
|
|
Its all about Resharper ;) Gives you tons of shortcuts which are so useful I can no longer work without them. I don't get on with the intellisense though, so I've turned that off. This is incredibly useful, allows you to write underscores with the space bar when writing long test method names. |
|||
|
|
|
Un-Bold Brace Matching Tools > Options Environment > Fonts and Colors Display items: Brace Matching (Hilight) uncheck Bold |
|||
|
|
|
Find and Replace window’s "Search Hidden Text" checkbox. It's not really a preference but it is indispensable. It sure is frustrating when you don’t notice that it "magically" unchecked itself. |
|||
|
|
|
Besides, Line Numbers, the first thing I always do in a newly-installed IDE is set the Tools > Options > Keyboard |
|||









