FastAPI Snippets ExtensionWelcome to the FastAPI Snippets Extension for Visual Studio Code! This extension provides handy code snippets for FastAPI, making it easier to scaffold routes quickly and efficiently in your Python projects. FeaturesThis extension includes snippets for creating FastAPI routes at both the application level and the router level. The available snippets are: App-level routes
Router-level routes
UsageYou can just type fsma to get App-level GET routeTo create a GET route at the app level:
Router-level POST routeTo create a POST route in a router:
Simply type the prefix (e.g., fastapi-app-get) and the corresponding snippet will be inserted. Use Tab to navigate through the placeholders and fill in the details. RequirementsThere are no special requirements or dependencies for this extension. Just install it and start using the snippets in your Python files. Extension Settings This extension does not add any VS Code settings. Known IssuesThere are no known issues at this time. If you encounter any problems, please report them on the GitHub issues page. Release Notes 1.0.0
|