vote up 21 vote down star
17

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

prev 1 2
vote up 0 vote down
  1. Change the keyboard mapping to VC6 (I have to swap between the environments)
  2. Change the tab settings for all languages to 3/insert spaces (tabs are demon spawn)
  3. Change to a monospace font that distinguishes between 0 and O (e.g. Consolas)
  4. Move the error list, toolbox properties and output windows to another monitor*

*I wish VS2008 were more multi-monitor aware. I'd like it to have more than one top level frame, so I could arrange panes within each frame, then have one frame maximised on monitor 1 and the other maximised on monitor 2. The current implementation is errr... sub-optimal.

link|flag
show 1 more comment
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 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 0 vote down

Set the key bindings in Visual Studio to use Emacs.

  1. Tools -> Options -> Environment -> Keyboard
  2. Select 'Emacs' option under "Apply the following additional keyboard mapping scheme:"
link|flag
vote up 0 vote down

Re-order toolbars and windows, turn on line numbering, install Mole add-on, add custom snippets.

link|flag
vote up 0 vote down

1) Set the font to Tahoma (mono spaced fonts - pah!).

2) CodeRush / Resharper

... and for web projects, VS2008 'Run As Administrator' as I prefer wep apps to run under IIS

link|flag
vote up 0 vote down
  1. Enable the 80 column marker (requires registry hack in older versions of VS)
  2. Set the font to Lucida Console
  3. Use tabs for indentation and set tab width to 4
  4. Enable line numbers
link|flag
vote up 0 vote down

Install Team Explorer.

Followed by resharper

and turn on line numbers

turn of animations

link|flag
vote up 0 vote down

Go and take a smoke while it prepares Visual Studio for the first time.

And thanks to that I am having real problems quitting.

link|flag
vote up 0 vote down

Visual Studio options:

  • Turn on line numbering
  • Turn on"convert tabs to spaces"
  • Turn on "load last saved project when starting"
  • Enter full screen mode (shift-alt-enter)

Add-ins:

link|flag
vote up 3 vote down

Turn off "Animate environment tools" in the options

link|flag
vote up 0 vote down
  • Install Visual Assist
  • Bind CTRL + ; to Edit.LineEnd
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 0 vote down

Install RockScroll ... because it rocks ;-)

It provides a graphical summary of the code file you have opened:

(Image from Scott Hanselman's blog).

link|flag
vote up 0 vote down

Service Pack and VisualSVN and SlickEdit tools.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

Type Ctrl+D and ">alias ff Edit.FindinFiles" so I can do Ctrl+D ">ff $term" next time I want to search all my files for $term.

link|flag
vote up 0 vote down

Set the keyboard mappings to VC6 mode. I never liked the new keyboard shortcuts :)

link|flag
vote up 0 vote down
  • Move all those pallette windows to other screens.
  • Change startup action to show empty environment.
  • Enable line numbers for everything!
link|flag
prev 1 2

Your Answer

Get an OpenID
or

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