📝 Add documentation for the FastAPI VS Code extension (#15008)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Savannah Ostrowski
2026-03-05 03:27:12 -08:00
committed by GitHub
parent e26eb871f8
commit 196cafa07a
3 changed files with 30 additions and 0 deletions

View File

@@ -84,6 +84,12 @@ If you want to install the standard dependencies but without the `fastapi-cloud-
///
/// tip
FastAPI has an <a href="https://marketplace.visualstudio.com/items?itemName=FastAPILabs.fastapi-vscode" class="external-link" target="_blank">official extension for VS Code</a> (and Cursor), which provides a lot of features, including a path operation explorer, path operation search, CodeLens navigation in tests (jump to definition from tests), and FastAPI Cloud deployment and logs, all from your editor.
///
## Advanced User Guide { #advanced-user-guide }
There is also an **Advanced User Guide** that you can read later after this **Tutorial - User guide**.