VS Code Extension — Optimal Docs

VS Code Extension

A fast way to jump from an Optibot PR comment to a ready-to-fix view in your IDE. Click Solve in VS Code in GitHub, we open VS Code, prefill context, and help you apply the fix. You commit back to the same PR — no copy-pasting, no hunting for files.

Overview

The Optibot VS Code extension connects GitHub review comments to your IDE. When Optibot detects issues during code review, each comment includes a “Solve it in VS Code” link that:

Why it matters: Developers can fix issues where they write code, not in the browser. It cuts down friction between review and correction.

Requirements

How it Works

1. Create a new Pull Request

After pushing your branch, open a PR as usual. Optibot automatically analyzes new PRs once created.

2. PR opens and waits for review

Once open, you’ll see CI checks start and a Review required notice until Optibot finishes its scan.

3. Optibot runs an automated review

Optibot posts a summary comment outlining issues, improvements, and review duration.

4. Inline comment identifies the issue

Each flagged line includes Optibot’s reasoning and a Solve it in VS Code or Cursor action link.

5. Click “Solve it in VS Code”

The link redirects you to an Optibot-hosted confirmation screen, verifying that your IDE will open with context pre-loaded.

6. Browser prompt — open VS Code

Approve the launch prompt. Check Always allow dev.agents.getoptimal.ai to make future jumps automatic.

7. Install the Optibot AI extension (first-time only)

If you don’t have it yet, VS Code will prompt you to install the extension automatically.

8. Editor opens with context loaded

Your VS Code window opens to the exact file and line mentioned in the review. Optibot’s Chat panel shows the comment, explanation, and fix suggestion.

9. Review, apply, and commit

You can:

Then commit your change back to the same PR and request another review.

Install Manually from VS Code Marketplace

Install from VS Code Marketplace

Install

  1. Open VS Code.
  2. Go to Extensions (⇧⌘X / Ctrl+Shift+X).
  3. Search Optibot AI.
  4. Click Install.

Uninstall or Disable

Sign-in & Org Routing

If prompted, click Optibot Login inside the extension sidebar. You’ll be routed to your organization automatically — no re-registration needed.

Security & Data

Troubleshooting

Issue Fix
VS Code doesn’t open after clicking “Solve it in VS Code” Make sure your browser allows the vscode:// protocol to open external apps
The “Install Optibot AI” prompt didn’t appear Open VS Code manually → go to Extensions → search Optibot AI → install manually
Opened the wrong file or branch Verify that the PR branch is checked out locally before using Solve in VS Code
Auth loop or login required again Click Optibot Login in VS Code to automatically reconnect to your org
Corporate devices blocking deep links Ask IT to whitelist the vscode:// protocol
Context didn’t load in VS Code Wait a few seconds or click Retry on the loading page

FAQ

Does it auto-commit or create a new PR? No. You control commits. Changes are typically committed back to the same PR.

Can I use it with Cursor? Yes. Behavior is the same. Install from Cursor’s internal marketplace once available.

Can we track engineers who clicked the link? No. GitHub blocks trackers in comment links. You’ll see impact via commits and re-reviews instead.

Does this replace line-by-line reviews? No. Optibot still performs PR reviews in GitHub. The extension speeds up fixing them.

Pro Tips