So a like 1.5yrs ago, I switched to #VSCode permanently and haven't used #VisualStudio or #Rider at all.

Now two of my coworkers want me to sit with them and go over my workflow because they want to see if they can switch as well.

We primarily do #aspnet things and smaller tools in #dotnet.

Any one else using only vscode? As I put together this thing to show them my workflow, I'm looking for other useful extensions and workflows some might use to show them as well.

@aristurlte Somehow I *know* I need full VS with an R# cherry-on-top but I can’t recall exactly why..
@jpw I've never used R#, so it's possible there's a requirement there 😅
@aristurlte it’s code navigation, instant decompilation and refactoring features in VS are good enough that I suffer through the two behemoths wrestling over the source on every launch.

@jpw Ah yea, I can see refactoring features being a reason not to switch.

Most of my refactoring is simple, like just F2 rename symbol. I've used an ILSpy extension before to decompile some code I pushed but forgot to git commit (whoops).