With Visual Studio 2017 being released earlier this year I decided to go for my regular #NoResharper challenge. With every single major version of VS I try to use it without Resharper to find the best setup for me. In general I like the coding productivity boosts Resharper gives me but I hate the way it takes over basic VS features completely and the performance & stability drop it brings. Therefore I regularly try to find a light-weight alternative to R# by using plain VS with only a few reliable extensions.
In the past I used to use Resharper heavily – it was definitely a “must-have” with Visual Studio .NET and Visual Studio 2003. The VS 2005 came with refactorings and I was satisfied working without Resharper till VS2013 when I gave R# another try. There were so many useful productivity boosts not covered by Visual Studio itself or any other stable and light-weight extension (unbeatable T-navigation, Go to definition, Introduce and initialize a field from constructor parameter, Adjust namespaces, etc.). R# returned to my box to better support modern development techniques (IoC/DI, unit-testing, …).
With Visual Studio 2017, it’s improved T-navigation (Go to…), with the help of Roslyn-based refactorings (e.g. Roslynator) and continual updates with new productivity improvements I decided to go without Resharper and after 10 months I can confirm I’m still happy with this decision.
My current Visual Studio setup consists of:
- Visual Studio 2017 Enterprise Edition with all updates
- Roslynator Refactorings 2017 (Josef Pihrt) – Dear me, I just found it has been disabled for weeks in my VS2017. …which means the plain VS2017 with latest updates is powerful enough to cover my daily needs!!!
- Disable Mouse Wheel Zoom (Noah Richards) – for my clumsy hands :-)
- Web Compiler (Mads Kristensen) – for those occasional situations where I don’t want to rely on Gulp
- Markdown Editor (Mads Kristensen) – for comfortable editing of MD files (very good alternative to MarkdownPad Pro)
- SmartPaster2017 (martin w) – for pasting multi-line strings (non-essential)
- Add New File (Mads Kristensen) – non-essential
- Open Command Line (Mads Kristensen) – non-essential
- File Differ (Mads Kristensen) – non-essential
When I check this list of extensions it really seems I might be able to live with plain VS without any major pain! The biggest surprise for me came when I was gathering these items from VS and realized that the Roslynator extension is disabled. (I disabled it after installing the VS2017 15.3 update to test the new Refactorings, Code Generation and Quick Actions.)
UPDATE: If you miss CamelHumps, you might give the Subword Navigation extension a go.