Daily Dotnet - Your bite-sized update of .NET, C#, and Azure

Ankit Kashyap

Published On

2023-06-07

Daily Archives
  • dotnet
  • VSCode
  • CSharp

C# Dev Kit extension

So far, in VSCode, we had OmniSharp powered C# extension. Although good enough to start working on basic C# projects, it lagged things like solution explorer, creating a project from templates, building/rebuilding projects, and running unit tests.
But this week, they launched C# Dev Kit, a new extension (still in preview and closed source) - which introduces many cool features:
<snip from extension’s page>
  • Project System / Solution Explorer
    • Solution Node Actions
    • Add Project
    • Build/Run Project
  • Code Editing (Uses the C# extension)
    • Refactoring
    • Code Navigation (Go To Definition/References)
    • Code Completions
    • Roslyn powered semantic awareness
  • Package Management
    • Automatic NuGet Restore
  • Testing
    • Discover, Run, and Debug Tests
</snip>
 
notion image
 
 
 
You can install it from VSCode extensions or directly from below.
 
 

Not a daily person? Subscribe the weekly newsletter

Made with 💖 in Beautiful British Columbia 🍁