Visual Studio Code extension for FastAPI code snippets.
| Prefix | Description |
|---|---|
fa: import |
Import FastAPI |
fa: import-union |
Import Union |
fa: import-base-model |
Import Base Model |
fa: init |
Initialize App |
fa: hello |
Hello World endpoint |
fa: hello-async |
Hello World endpoint async |