Visual Studio Code (Code - OSS)
A free, open-source code editor by Microsoft with rich extensions, debugging, and Git integration. The most popular developer tool worldwide.
Smart Download
Visit Project Homepage
No installer available yet — head to the source repository
Microsoft's free open-source code editor with intelligent completions, debugging, and a massive extension ecosystem.
Core Features
- IntelliSense code completion (smart suggestions)
- Built-in Git commands and source control
- Integrated terminal (supports PowerShell, bash, etc.)
- Powerful debugger with breakpoints and watch variables
- Marketplace with thousands of extensions (languages, themes, productivity)
What It Can't Do
- •The open-source 'Code - OSS' excludes Microsoft's telemetry and some features (like Settings Sync). Most users should use the official VS Code distribution. Avoid over-installing extensions to keep startup fast.
Use Cases
- Web development (HTML, CSS, JavaScript, TypeScript)
- Backend programming (Python, Java, C#, Go, etc.)
- Data science with Jupyter notebook support
- Remote development via SSH/containers/extensions
Detailed Introduction
Visual Studio Code (VS Code) is a lightweight but powerful source code editor that runs on Windows, macOS, and Linux. It combines the simplicity of a code editor with rich features like IntelliSense code completion, built-in Git commands, an integrated terminal, and a robust debugging engine. The open-source repository 'Code - OSS' is the foundation, while the official VS Code distribution adds Microsoft-specific customizations and telemetry. With a vast marketplace of extensions supporting virtually any language, framework, or workflow, it's the go-to tool for modern developers.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Step 1: Download the installer from https://code.visualstudio.com/Download for your OS
Step 2: Run the installer and follow the setup wizard (recommend checking 'Add to context menu' on Windows)
Step 3: Launch VS Code. Install the Chinese language pack (or any language) from the Extensions view for a localized UI
- Step 1: Download the installer from https://code.visualstudio.com/Download for your OS
- Step 2: Run the installer and follow the setup wizard (recommend checking 'Add to context menu' on Windows)
- Step 3: Launch VS Code. Install the Chinese language pack (or any language) from the Extensions view for a localized UI
Checksum not available
This project has not published a SHA-256 checksum on its GitHub Release page
SHA256 Checksum
No checksum available
Download directly from GitHub Releases and verify file integrity yourself
All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.
Open Source Transparency
View GitHub SourceUninstall Info
Windows: Control Panel -> Programs & Features -> select VS Code -> Uninstall. macOS: Drag VS Code from Applications folder to Trash. Linux: Use your package manager (e.g., sudo apt remove code).
No Extra Dependencies
Ready to use after download. No additional runtime required.
Similar Projects
scrcpy
Display and control your Android device from your computer via USB or TCP/IP. No root required, high performance, low latency, supports audio and video mirroring.
godot
Godot Engine is a free, open-source, cross-platform 2D and 3D game engine with a unified editor. Unlike Unity or Unreal, it's entirely MIT-licensed and community-driven, offering a lightweight yet powerful node-based workflow that runs on a single executable.
Hoppscotch
Open source API development ecosystem with a lightweight, fast, and feature-rich interface for testing HTTP, WebSocket, GraphQL, and more.