>>1The game programmer here. I'm forced to use Visual Studio 2013 at work every day. It's fine on small projects, but it shows its true colors when you have a large solution with 30+ library projects, thousands of source files and hundreds of thousands of lines of code.
You'll be left wondering why you couldn't just have a simple text editor and command prompt after MSVS locks up for the third time in the day, and your coworker groans in pain as the same thing happens to him, and threatens to throw his system out the window.
I use vim and sublime text at home so I don't go insane.