Autocomplete, refactoring, UI, support for newest features, etc.
Anecdata time. I was working on codegen in C#. So I wrote the codegen in netstandard2.1. That is until a team member that used Visual Studio complained it didn't work for him. So I had to rewrite the thing in netstandard2.0 (shudder) and it worked.
I haven't seen anyone that wanted to go back to VS after using Rider. I did use it for a while, but after Rider it just seemed like an inferior version.
How is autocomplete better in Rider? Faster coming up with suggestions? More helpful suggestions? IntelliSense and IntelliCode in latest VS versions is pretty decent...
Performance in VS has improved since going 64-bit.
What refactorings are unique to Rider?
UI? What features?
Your statements smells of preference and sound vague.
I know Rider/ReSharper can fix variable names that are mentioned in comments, which VS can't do (and it gets on my nerves when I don't have ReSharper).
Because it is. My preference, never claimed it wasn't one. But I don't know people that would recommend anything else. VS Code is faster but poorer refactors/debug experience.
It was just a subjective concensus.
I haven't timed the IDEs nor do I intend to in near future.
I think overall the helpfulness was better, and support for bleeding edge features like CodeGen, but I haven't used VS in like year or two.
Also, did you disregard my point about support for code gen. Netstandard 2.1 CodeGen in C# didn't work properly around 1 year ago in VS, while Rider had no problems with them.