QFOXAI Coder for VS Code development workflow
Editor extension

QFOXAI Coder for VS Code

Work from selected code or bounded repository context, approve account access in the browser, and keep every proposed change visible before it touches the working tree.

VS Code 1.85 or newer Reviewable workflow QFOXAI plan usage
Product preview

A focused interface for real development work.

Bring repository-aware QFOXAI review, debugging, explanations, test drafting, and inspected patches into the editor you already use.

QFOXAI Coder for VS Code Connected
18public function store(Request $request)
19{
20  $data = $request->validate([
21    'name' => ['required'],
22  ]);
23
24  // QFOXAI found a missing ownership check.
25  return $this->keys->create($data);
26}
Core capabilities

Useful coding help with visible boundaries.

Each feature is designed to keep the task focused, the context understandable, and the next action in the customer’s hands.

Browser-approved sign-in

Connect through a short device approval flow instead of pasting an API secret into editor settings.

Bounded code context

Use the active selection, current file, or explicitly chosen repository context for each request.

Review and debug

Ask for security review, bug analysis, explanations, implementation guidance, and focused refactoring.

Test drafting

Generate tests around selected behavior while keeping the proposed output inspectable.

Reviewable patches

Inspect the unified diff and approve it before an edit is applied to the local checkout.

Approved checks

Run only explicitly configured local checks after reviewing the requested action.

Get started

Four steps from setup to useful work.

01

Download

Sign in to QFOXAI and download the current extension package.

02

Install

Install the package in VS Code and open the QFOXAI command palette actions.

03

Approve

Use QFOXAI: Sign In and approve the device from your browser.

04

Work

Select code, choose a task, inspect the answer, and review any proposed patch.

Requirements

What you need.

VS Code 1.85 or newer
A QFOXAI customer account
Internet access to qfoxai.com
A local project or selected source file

Start with QFOXAI Coder for VS Code.

Connect your QFOXAI account and keep the first task focused and reviewable.