this post was submitted on 19 Jun 2023
10 points (100.0% liked)
C Sharp
1532 readers
2 users here now
A community about the C# programming language
Getting started
Useful resources
- C# documentation
- C# Language Reference
- C# Programming Guide
- C# Coding Conventions
- .NET Framework Reference Source Code
IDEs and code editors
- Visual Studio (Windows/Mac)
- Rider (Windows/Mac/Linux)
- Visual Studio Code (Windows/Mac/Linux)
Tools
Rules
- Rule 1: Follow Lemmy rules
- Rule 2: Be excellent to each other, no hostility towards users for any reason
- Rule 3: No spam of tools/companies/advertisements
Related communities
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I swapped to using Rider about 4-5 years ago now, back when visual studio's refactoring tools just weren't quite as good. Since then, because I've learnt all of the keybindings, the layout and I've just generally become familiar with rider I've never swapped back. I'm actually not sure how caught-up visual studio is these days as I've not even bothered to look. Since it also has dotmemory and dotpeek support, it also just makes life easier for me.
As a side note, I'm pretty sure the watch window is a list of variables and you can just add to it? (Not got my PC / rider open right now, so can't check to be honest)
The issue I have with the watch window is that I want to have 2 watch windows side by side, so i can compare to separate variables side by side. For Rider I find i have to use the locals window as one of my watches which is often really cumbersome.
Honestly, what I really want is an IDE tool to give me some sort of "diff" of objects while debugging, but the 2 separate watch windows is the best I've found.