Hey, you! Are you using FastAPI? Well, I have great news for you! I've been working on something very cool for the past few months and today, it's finally yours! The *official* FastAPI extension for VS Code is now available in the marketplace! 🎉 The extension features: - 🗺️ Path Operation Explorer — A sidebar tree view of all routes in your application; click to jump to any route or router definition. - 🔎 Route Search — Search routes by path, method, or name with Ctrl+Shift+E (Cmd+Shift+E on Mac). - 🧭 CodeLens Navigation — Clickable links above test client calls (e.g. client.get('/items')) that jump to the matching route for quick navigation between tests and implementation. - 🚀 Deploy to FastAPI Cloud — One-click deployment of your app to FastAPI Cloud. - 🪵 Stream Application Logs — Real-time log streaming from your deployed application with level filtering and text search. I might be biased but if you're building a FastAPI application, you're going to want this installed (oh! and it also works in browser environments like vscode.dev and github.dev, and Cursor too!). Install ✨: https://lnkd.in/g8uy62PK Star it on GitHub ⭐: https://lnkd.in/g7rgBf5u
Routers are most (if not the only) important interface to your apps - but codewise it’s so tiny-tiny part of code base :) you are switching between your models/schemas/dtos/services/usecases/repos/infra/config/tests-of-all-the-kinds 90% of time. Routes are thin.
Fastapi cloud still shows waiting list then how are you deploying?
Developer tooling often shapes how enjoyable a framework is to work with. Having native support in VS Code for exploring routes, navigating between tests and endpoints, and inspecting application structure can significantly improve the development workflow for larger FastAPI projects. Features like the Path Operation Explorer are especially valuable once APIs start growing beyond a handful of routes. It’s great to see the ecosystem investing in tools that make API development more observable and navigable. Isac d, Orléans
🎧 Eric Riddoch this looks like such a nice user interface! I wonder if better code navigation interfaces like this will become more popular as we move to reviewing code more.
I am also building tools on FastAPI. I can't wait to see if this can fit into my workflow. https://www.linkedin.com/posts/humphreyhill_fastapi-tiangolo-apis-activity-7435313489067343872-bLlI?utm_source=share&utm_medium=member_desktop&rcm=ACoAAASKLXsBJHe-d-LY6rD8uvm9TOZIWFueqPs
deploying to FastAPI Cloud is a huge win, been looking for a seamless way to get our review API integrated with a framework that can handle webhook-driven infrastructure, this might just be the missing piece
Good Thinking 👌 Nice initial release, looking forward deeper diving in standard Project Structures, features e.g: Models, Schemas, Dependencies, Background Tasks, emerging Agentic-AI/Tooling flows. Happy Coding ✨
Exciting news. I’ll definitely check it out.
Tiger Data (creators of…•5K followers
1moYay yay yay! Excited to use this