This VSCode extension allows you to view and navigate the API endpoints of your FastAPI project. It automatically parses the FastAPI codebase to extract and display all defined routes and their details (e.g., path, method, summary) in an easily accessible list format. 🫡
Preview
Configuration
They can be set in user preferences (ctrl+, or cmd+,) or workspace settings (.vscode/settings.json).
// the glob pattern to search within the workspace
"fastapi-endpoint.files.include": "**/*.py",
// the glob pattern to exclude from the workspace
"fastapi-endpoint.files.exclude": "**/venv*/**/*.*"
Acknowledgements
Special thanks to Icons8 for providing the icons used in this extension!