I've recently started a new job programming in C# and have made a few tweaks to my Visual Studio setup that I thought I'd share.
Sublime Text has been my main editor for the past 5 years and I'm a huge fan of the color scheme, so I installed a theme that mimics Sublime Text within Visual Studio 2012:
- https://studiostyl.es/schemes/sublime-2
- How to install a custom theme if you haven't before (Blog Post by Al Nyveldt)
I have also installed the following Visual Studio Extensions:
- GuidInserter2
- Productivity Power Tools 2012
GuidInserter2 allows you to easily generate and insert GUIDs -- which is super useful. Productivity Power Tools 2012 has a bunch of cool options, the most notable being bracket completion.
I hope these few setup tweaks can be useful!