Installation
Get up and running with C# Dev Tools quickly and easily.
Marketplace Link:
C# Dev Tools on Visual Studio Marketplace
Prerequisites
Before installing C# Dev Tools, ensure you have:
- Visual Studio Code: Version 1.100.0 or higher
- C# Extension: The official C# extension by Microsoft (ms-dotnettools.csharp)
- .NET SDK: Any recent version of the .NET SDK
Installation Steps
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
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
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.