A VSCode extension that provides a panel for viewing and managing beads issue tracking state.
Install directly from:
- VS Code Marketplace
- Open VSX Registry (for VSCodium, Gitpod, etc.)
Or search for "BeadsX" in the Extensions view.
Download the .vsix file from GitHub Releases and install:
code --install-extension beadsx-*.vsix- beads (
bdCLI) must be installed and available in PATH - A beads-initialized project (
.beads/directory)
- Hierarchical display: Issues organized by parent-child and blocking dependencies
- Issue type icons: Visual indicators for bug, feature, epic, chore, and task types
- Status indicators:
[O]open,[>]in progress,[B]blocked,[C]closed - Smart expansion: Open/in-progress issues auto-expand to show children
Filter issues using the filter icon in the panel toolbar:
| Filter | Description |
|---|---|
| All | Show all issues regardless of status |
| Open | Show only open and in-progress issues |
| Ready | Show issues ready to work (no blockers) |
| Recent | Show open issues + recently closed (configurable time window) |
Filter selection persists across restarts.
Double-click any issue to open a detail panel showing:
- Full issue information (title, description, status, priority)
- Dependencies and dependents
- Creation and update timestamps
Issues automatically refresh at a configurable interval (default: 10 seconds). Disable by setting to 0.
Optionally display shortened issue IDs without the prefix (e.g., "123" instead of "beadsx-123") to save space.
Access settings via: Settings → Extensions → BeadsX Extension
| Setting | Default | Description |
|---|---|---|
beadsx.autoReloadInterval |
10 |
Seconds between auto-refresh (0 to disable) |
beadsx.commandPath |
"" |
Path to bd command (empty = use PATH) |
beadsx.autoExpandOpen |
true |
Auto-expand open/in-progress issues |
beadsx.shortIds |
false |
Show IDs without prefix |
beadsx.recentWindowMinutes |
60 |
Time window for "Recent" filter (1-10080 minutes) |
- Open a project with beads initialized (
.beads/directory) - Click the Beads icon in the activity bar (checklist icon)
- View your issues in the tree view
- Double-click an issue to see full details
- Use the filter icon to switch between views
| Command | Description |
|---|---|
| Filter Issues | Click filter icon to switch between All/Open/Ready/Recent |
| Refresh Issues | Click refresh icon to manually reload |