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 I used VSCode for .NET development on and off again many years. It's doable. Some things seemed worse in VSCode because OmniSharp isn't as good.

I'm not sure how things are now, as it's been a while, but if devs aren't picky about some aspects OmniSharp it will workout for them.

It's much more keyboard driven with VSCode, that's why I switched from Visual Studio to VSCode even for .NET development.

@Ciantic Visual Studio auto formats to the settings in Visual Studio for that, which most people probably don't change at all.

if i do a single line if-statement, with braces, it doesn't expand to allman style braces but it will if i did that other brace style that we don't talk about.