FastAPI extension for Visual Studio CodeA Visual Studio Code extension for FastAPI application development. Available on the Visual Studio Marketplace. OverviewThis extension enhances the FastAPI development experience in Visual Studio Code by providing: Path Operation ExplorerThe Path Operation Explorer provides a hierarchical tree view of all FastAPI routes in your application. You can expand routers to see their associated path operations, and click on any route to jump directly to its definition in the code. You can also jump to router definitions by right-clicking on a router node.
Search for routesUsing ctrl+shift+E (cmd+shift+E on Mac), you can open the Command Palette and quickly search for routes by path, method, or name.
CodeLens for test client callsCodeLens links appear above HTTP client calls like
Deploy to FastAPI CloudDeploy your application directly to FastAPI Cloud from the status bar with zero config or frustration.
View FastAPI Cloud application logsView real-time logs from your FastAPI Cloud deployed applications directly within VS Code, with support for filtering by log level and text search.
Settings and customization
The extension automatically discovers your FastAPI app by scanning for files that instantiate Data and telemetryThe FastAPI extension collects anonymous usage data and sends it to FastAPI to help improve the extension. You can disable telemetry by setting LicenseMIT |




