Skip to content

Commit 00aaa0b

Browse files
📝 Update feature list in docs (#24)
1 parent fe554b4 commit 00aaa0b

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

‎README.md‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)