VS Code Integration

Manage your project without leaving your code. The full Kanbus experience, embedded in your editor.

123456789function agentTask() {// sync issueconst issue = board.get('T-1');if (issue.isReady) {issue.status = 'in_progress';board.update(issue);}}

Seamless Workflow

A dedicated Kanban board inside VS Code.

Zero Context Switching

Open your project board in a VS Code tab. Drag issues, edit details, and filter tasks while your code remains visible in the next pane. No more alt-tabbing to the browser, no more losing your place in the code. Everything you need, right where you work.

Screenshot: Board in VS Code Tab

Code & Context

Link your work directly to your files.

Quick Access

Access the board from the Activity Bar or Command Palette. One command, instant access to your entire project workflow without leaving your editor.

File Navigation

Click an issue ID in a comment or commit message to jump straight to the details. Your code and your tasks stay connected, making it easy to track what you're working on and where you're working on it.

Get Started

Install from the Marketplace.

Screenshot: Extension Marketplace Page

The Kanbus extension is open source and available for free.

Install for VS Code

Learn More

Master the VS Code integration.

Explore installation guides, keyboard shortcuts, and advanced features for the VS Code extension.

Read the Documentation →