Getting Started
Installation
Get up and running with C# Dev Tools quickly and easily.
Where to Install
Section titled “Where to Install”C# Dev Tools is available on two registries:
| Registry | Link |
|---|---|
| VS Code Marketplace | JakubKozera.csharp-dev-tools |
| Open VSX Registry (VS Codium, Cursor, Gitpod…) | JakubKozera/csharp-dev-tools |
Prerequisites
Section titled “Prerequisites”Before installing C# Dev Tools, ensure you have:
- Visual Studio Code: Version 1.100.0 or higher
- .NET SDK: Any recent version of the .NET SDK
Installation Steps
Section titled “Installation Steps”From VS Code Marketplace
Section titled “From VS Code Marketplace”- Open VS Code
- Click on the Extensions view icon in the Activity Bar (or press
Ctrl+Shift+X) - Search for C# Dev Tools
- Click the Install button
Or install directly: marketplace.visualstudio.com → C# Dev Tools
From Open VSX Registry (VS Codium / Cursor / Gitpod)
Section titled “From Open VSX Registry (VS Codium / Cursor / Gitpod)”If you are using a VS Code-compatible editor that does not have access to the VS Code Marketplace, install from Open VSX:
- Open the Extensions view (
Ctrl+Shift+X) - Search for C# Dev Tools
- Click Install
Or install directly: open-vsx.org → C# Dev Tools
Verifying Installation
Section titled “Verifying Installation”To verify that C# Dev Tools is installed correctly:
- Open a folder containing a .NET solution (
.slnfile) - Look for the Solution Explorer icon in the Activity Bar (typically a C# icon)
- Click the icon to open the Solution Explorer view
- Your solution structure should be visible in the panel
Troubleshooting
Section titled “Troubleshooting”If you encounter issues:
- Ensure the official C# extension is installed and activated
- Check that your workspace contains a valid
.slnfile - Try reloading the window (
Ctrl+Shift+Pand type “Reload Window”) - Look for any error messages in the Output panel (
Ctrl+Shift+Uand select “C# Dev Tools” from the dropdown)
If problems persist, see the Support section for additional help.