Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Customizing Visual Studio [closed]

I have been working with Visual Studio (WinForm and ASP.NET applications using mostly C#) for several months now. For the most part my IDE is set up fairly standard but I have been wondering what are some suggestions in terms of plugins/settings that you find to be the most useful?

Update: Thanks for all the great suggestions. It looks like a general consensus that I should look into 'Resharper' along with some eye-candy with themes and custom fonts.


Themes

  • Consolas Font Pack for Visual Studio 2005/2008
  • Scott Hanselman's Visual Studio Themes Gallery
  • Visual Studio Theme Generator

Free Tools

  • PowerCommands for Visual Studio 2008
  • GhostDoc
  • HyperAddin
  • RockScroll
  • CodeRush XPress
  • .NET Reflector - (Not a plugin but still useful)

Paid Tools

  • Resharper - Free (Open Source), $49 (Academic), $199 (Personal), $349 (Commercial)
  • CodeRush with Refactor!™ Pro - $249
like image 593
jwarzech Avatar asked Sep 03 '08 15:09

jwarzech


2 Answers

Resharper is definitely a great tool. It has a moderate learning curve but is easy to pick up for some simple things and add mastery later. It is a good price for students and kinda expensive for the rest of us. Resharper is similar to CodeRush, but seems to have a larger following.

PowerCommands is a great set of add-ons that comes free from Microsoft. Things like "Open in Windows Explorer", "Command Prompt Here", and Copy/Paste references.

A discussion regarding add-ins is floating around here somewhere.

For straight-up customization, changing colors is fun, easy, and gives you a big bang for your buck. I prefer a slightly personalized version of Rob Conery's TextMate theme for Visual Studio. Once you get colors you like, you can just export the settings and carry them with you wherever you go.

Related to colors and themes, the Consolas font pack is pretty nifty and easy on the eye.

And like John recommends, a mastery of keyboard shortcuts will pay big dividends.

like image 133
Brad Tutterow Avatar answered Oct 03 '22 21:10

Brad Tutterow


Make sure you install a custom color theme. These URLs are a good place to start looking for one:

http://www.codinghorror.com/blog/archives/000682.html http://www.hanselman.com/blog/VisualStudioProgrammerThemesGallery.aspx

I myself love Oren Ellenbogen's Dark Scheme. Really pleasant to the eyes. Also, make sure to replace the default font with Consolas or Inconsolata (one is Microsoft's, the other is free). They are both awesome.

like image 43
Vicent Marti Avatar answered Oct 03 '22 23:10

Vicent Marti