C# Dev Kit is a Visual Studio Code extension made by Microsoft that adds full C# support to the editor. Without it, VS Code has no understanding of C# — with it, you get the tools you need to write, run, and debug C# programs.
What it adds#
Installing C# Dev Kit gives VS Code three things it doesn’t have by default for C#:
Intelligent autocomplete — as you type, VS Code suggests completions based on the C# language and your project’s code. It shows available methods, properties, and variables so you don’t have to remember everything.