File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ A VS Code extension for FastAPI development that discovers and displays your API
44
55## Features
66
7- - Automatic discovery of FastAPI routes and routers
8- - Tree view showing all endpoints organized by router
9- - Click to navigate to route definitions
10- - Supports ` include_router ` chains with prefix resolution
7+ - ** Automatic discovery** of FastAPI routes and routers from your codebase
8+ - ** Tree view** showing all endpoints organized by router hierarchy
9+ - ** Quick navigation** - click any route to jump to its definition
10+ - ** Smart search** - search and filter routes by path, method, or name
11+ - ** CodeLens integration** - navigate from test client calls (e.g., ` client.get('/items') ` ) directly to route definitions
12+ - ** Multi-root workspace support** - discovers apps in all workspace folders
1113
1214## Settings
1315
You can’t perform that action at this time.
0 commit comments