up vote 30 down vote favorite
23
share [g+] share [fb]

What is the first thing you do when you install Visual Studio? I am talking about anything customization-wise (so we don't get answers based on 'I create a new project').

Do you have a favorite font?

Do you have a must have extension you couldn't possibly live without?

Do you have a keyboard shortcut you like to set?

I am interested to know your favorites.

For me, I only change the font to Calibri, I find it is easier to read, and I can fit more text on the screen.

link|improve this question
show 1 more comment
feedback

51 Answers

1 2

Install the Consolas font.

link|improve this answer
1  
Isn't Consolas pre-installed with Vista? :) – OregonGhost Sep 23 '09 at 9:48
feedback

I install ReSharper (sold by JetBrains) because it adds a lot of IDE behaviors/features that I became dependent on using Java IDEs.

The first thing I make others do is turn on line numbers for all file types, because it is impossible to pair with someone if you can't tell then what line of code you are looking at.

link|improve this answer
feedback

enable line numbering

link|improve this answer
feedback
  • Install Consolas
  • Install Resharper
  • Install TestDriven .Net
  • Set to show empty environment on startup.
  • Set max recent file list to 24 (max).
  • Set to a Visual Studio Dark theme
  • Set project default paths.
  • Set virus scanners to ignore my project directories
link|improve this answer
show 1 more comment
feedback

Install the latest Service Pack. It's amazing the amount of bugs fixed, and the incompatibilities it solves.

link|improve this answer
feedback

Install ViEmu.

link|improve this answer
feedback

With no doubt:

  • Turn on line-numbering
  • Change coloring-scheme
  • Import settings
  • Re-order the most used tabs - auto-hide and position-settings
link|improve this answer
show 1 more comment
feedback

Turn off "Animate environment tools" in the options

link|improve this answer
feedback

Install

  1. CodeRush/Refactor Pro
  2. VisualSVN Plugin
  3. Setup a macro so I can right click a website folder and "Open with VisualStudio"
link|improve this answer
show 1 more comment
feedback

I also load up my favorite macro files and assign the most used functions to keyboard shortcuts.

link|improve this answer
feedback

Switch to bright text on black background

link|improve this answer
feedback

I change the font to Consolas, and the background to a light gray(#FAFAFA).

link|improve this answer
feedback

Install the zenburn color scheme

link|improve this answer
show 1 more comment
feedback

I turn off drag-and-drop text editing since it's way too easy to do it by accident.

link|improve this answer
feedback

Install ViEmu.

link|improve this answer
feedback

Change font to Consolas Turn on line numbering. Set to use spaces for indentation always. Install VIEmu

I like the idea of saving your settings file in source control.

link|improve this answer
feedback

Alt-drag the toolbar buttons I actually use onto the menu bar, and then close all the toolbars. This is to de-clutter and get vertical space back so I can see more code at once.

link|improve this answer
feedback

Install Visual Assist & ViEmu.

link|improve this answer
feedback

Install an add on called VS.Php so I can use VS to develop and debug PHP

link|improve this answer
feedback

Search for feacp.dll, rename it to something else, then install Visual Assist X.

link|improve this answer
feedback

Add /nosplash to the shortcut to make it boot faster.

link|improve this answer
feedback

Configure vim as a external editor, so i can code boring stuff through macros on vim and everything else on vs

link|improve this answer
show 1 more comment
feedback
  • Install SP1
  • Install Team Explorer
  • Turn on line numbers
  • Move Solution Explorer to the right side of screen
  • Open Source Control explorer and add to tabs at left of screen
  • Disable start page
link|improve this answer
feedback

Change the font to FixedSys and the color scheme to fit my usual style.

link|improve this answer
feedback

I open a project and some source files. That way I can see most of the default settings I have to adjust before I can start working.

link|improve this answer
feedback
  • Install Consola's
  • Turn on LineNumbers
  • Install Paste as HTML Plugin for exporting code snippets.
  • Go online and mercilessily mock Eclipse users ;-)
link|improve this answer
feedback
  • Hide all those fancy buttons at the top.
  • Enable line numbers in the source-editor
  • Move the solution explorer to the right of the screen.
link|improve this answer
show 2 more comments
feedback

Install Resharper :)

link|improve this answer
feedback

Import my settings file (which I keep in source control and share between my computers).

link|improve this answer
feedback
1 2

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.