VS Code's Integrated Browser Adds Element-Level Feedback

GitHub CopilotView original changelog

GitHub Copilot's integrated browser in VS Code 1.132 now supports element-level feedback, letting developers click individual page elements and attach comments directly to them before sending precise visual feedback to the agent. The feature builds on the browser tools for GitHub Copilot in VS Code that reached general availability earlier in 2026, giving front-end developers a more structurally grounded way to request UI changes than describing them in text.

Key Takeaways

  • Developers can now click individual page elements and attach comments through the integrated browser's new "Comment on Elements" option.
  • Multiple elements can be annotated in a single message, letting developers batch several pieces of visual feedback before sending them to the agent.
  • Comments travel with structural context, giving Copilot more precise information than a text description of "the button in the corner."
  • The feature builds on browser tools for GitHub Copilot in VS Code, which reached general availability earlier in 2026.
  • It targets front-end and UI-heavy workflows, where visual precision matters more than in typical backend coding tasks.
  • No setup is required beyond VS Code 1.132 — the feature is available directly from the existing integrated browser toolbar.

VS Code's Integrated Browser Adds Element-Level Feedback

GitHub Copilot's integrated browser inside VS Code 1.132 now supports element-level feedback, letting developers point at exactly the part of a web page they want changed instead of describing it in words.

What the Feature Does

From the browser's Add to Chat dropdown, developers can select Comment on Elements, then click any element on the rendered page — a button, a form field, a section of layout — and attach a comment directly to it. Multiple elements can be selected and annotated before the message is sent, and each comment travels to the agent together with the underlying markup and styling context for that specific element.

Why It Matters

Describing a visual bug or design tweak in plain text is often imprecise — "the button in the top right" can mean different things depending on viewport size or component structure. By letting developers click the exact element and attach targeted feedback, Copilot receives unambiguous, structurally grounded context, which should reduce back-and-forth when iterating on UI changes with an agent. It builds directly on the browser tools for GitHub Copilot in VS Code that reached general availability earlier this year, adding a more precise interaction layer on top of general page navigation and screenshots.

Availability

Element-level feedback ships in VS Code 1.132 as part of GitHub Copilot's integrated browser, available to developers already using the browser tools built into VS Code.