Back to Rust Analyzer

Create a New Cargo Project

editors/code/walkthrough-create-project.md

2026-06-22322 B
Original Source

Create a New Cargo Project

Create a new Cargo project without leaving VS Code.

The command lets you choose the package kind, parent folder, project name, and how the new project should be opened afterward.

The project is created with Cargo, so the generated files and defaults match the normal cargo new experience.