Code editor
A code editor, often shortened to VS Code, with an Explorer sidebar and an integrated terminal.
Edit lesson files and open a terminal in the project folder. Language SDKs are separate; installing VS Code does not install .NET, Java or SQL Server.
Official setup instructions ↗
Open the named file from VS Code’s Explorer sidebar. Edit the file, not the terminal. </>Tool guide↗
Choose Help → About.
What you should see: The dialog identifies Visual Studio Code. It is not the Visual Studio Installer.
VS Code → Terminal → New Terminal → PowerShell. Click inside the TERMINAL panel. </>Tool guide↗
In the bottom TERMINAL panel, select PowerShell and type:
Get-Location
What you should see: The output should be your practice folder. If it is not, open the correct folder before continuing.
Visual Studio is a full development environment with workloads and solution tools. VS Code is an editor extended with language tools. Pick one for local C# practice; you do not need both.
Some use it only for optional local practice. Each lesson explains what you actually need.
Guide reviewed 2026-09-09. Menu labels can differ between versions.