[FEATURE] Syntax highlighting for code blocks in VS Code chat panel
Resolved 💬 3 comments Opened May 15, 2026 by doge316 Closed May 19, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Code blocks in the VS Code extension's chat panel are rendered without syntax highlighting, making it harder to read code compared to competitors like GitHub Copilot Chat.
All code blocks render as plain monospace text regardless of the language tag.
Proposed Solution
Code blocks with language identifiers (e.g. `python ) should display with proper syntax highlighting using VS Code's TextMate grammar or Monaco editor.
Alternative Solutions
_No response_
Priority
Critical - Blocking my work
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗