Hacker News new | ask | show | jobs
by cjvirtucio 1555 days ago
I've worked with .NET in the past few years and I've been pretty happy with it. The syntactic sugar is great, and it seems like we get interesting new features every release. My favorite from .NET 6.0 has to be the integration of dotnet-format as a subcommand. I regularly use vim so being able to format code without opening an IDE has been really helpful.
1 comments

For the VS coders, Ctrl+Shift+D is the autoformat shortcut!