Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Fastapi EndpointNew to Visual Studio Code? Get it now.
Fastapi Endpoint

Fastapi Endpoint

onegang2

|
1,143 installs
| (0) | Free
View and Navigate the API endpoints of your FastAPI project
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FastAPI Endpoint Viewer Extension

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

FASTAPI-ENDPOINT

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!

Icon source: Icons8

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft