Search Results

1
vote

What have you done to customize your IDE?

For Visual Studio Most important - Resharper - I bought my own copy so I don't have to badger my employer about it. …
2
votes

SCM inside or outside the IDE?

I definitely prefer outside. That being said, my primary IDE is Visual Studio, and I haven't used eclipse or intellij (although I have used cvs-mode in emacs...), so your mileage may vary... …
0
votes

.NET “must-have” development tools

Resharper NUnit + TestDriven.Net RhinoMocks …
3
votes

Favorite Visual Studio keyboard shortcuts

Shift+ESC This hides/closes any of the 'fake window' windows in Visual Studio. This includes things like the Solution Explorer, Object Browser, Output Window, Immediat …
8
votes

What is the most ridiculous pessimization you’ve seen?

This might be at a higher level that what you were after, but fixing it (if you're allowed) also involves a higher level of pain: Insisting on hand rolling an Object Relationship Manager / …