vote up 21 vote down star
16

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.

flag
show 1 more comment

49 Answers

1 2 next
vote up 28 vote down

Install the Consolas font.

link|flag
show 1 more comment
vote up 25 vote down

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|flag
vote up 17 vote down
  • 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|flag
show 1 more comment
vote up 14 vote down

enable line numbering

link|flag
vote up 9 vote down

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

link|flag
vote up 5 vote down

With no doubt:

  • Turn on line-numbering
  • Change coloring-scheme
  • Import settings
  • Re-order the most used tabs - auto-hide and position-settings
link|flag
show 1 more comment
vote up 4 vote down

Install ViEmu.

link|flag
vote up 4 vote down

Install Visual Assist

link|flag
vote up 3 vote down

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|flag
show 1 more comment
vote up 3 vote down

Turn off "Animate environment tools" in the options

link|flag
vote up 2 vote down

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

link|flag
vote up 2 vote down

Switch to bright text on black background

link|flag
vote up 2 vote down

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

link|flag
vote up 2 vote down

Install the zenburn color scheme

link|flag
show 1 more comment
vote up 1 vote down

Install ViEmu.

link|flag
vote up 1 vote down

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|flag
vote up 1 vote down

Install Visual Assist & ViEmu.

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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

link|flag
show 1 more comment
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down
  • Install Consola's
  • Turn on LineNumbers
  • Install Paste as HTML Plugin for exporting code snippets.
  • Go online and mercilessily mock Eclipse users ;-)
link|flag
vote up 0 vote down
  • 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|flag
show 2 more comments
vote up 0 vote down

Install Resharper :)

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down
  • Enable line numbers in the source editor
  • Install ReSharper
  • Install GhostDoc
  • Change coloring scheme to bright-on-dark and change font to Consolas
  • Hide the navigation drop-downs since navigation with R# is much faster
link|flag
vote up 0 vote down

Add on to Seb Nilsson:

  • Change font to ProFont, sized at 10
  • Turn off animation plus anything fancy which does not improve productivity
  • Hide toolbar button that can be access using keyboard shortcut. So to keep all the toolbar in just 1 row
  • Install ReSharper -> Must have
link|flag
vote up 0 vote down

Ensure that I have the "Visual C#" settings presets chosen, Turn on Line Numbering, Turn on Smart Tabs and set the tab size to 4.

link|flag
1 2 next

Your Answer

Get an OpenID
or

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