GitHub Copilot in Visual Studio: Colorized Completions and Partial Code Acceptance
The January 2026 update to GitHub Copilot in Visual Studio 2026 introduces colorized code completions with syntax highlighting, allowing developers to parse AI-suggested code more quickly against their existing codebase. A new partial acceptance mechanism lets developers click directly inside a suggestion to accept it only up to the cursor position, giving finer control over which portions of a completion are integrated. The update also includes productivity improvements such as faster scrolling, HTML-rich copy-paste, and streamlined Markdown preview controls.
Sources & Mentions
2 external resources covering this update
Colorized Code Completions
The January 2026 release of GitHub Copilot in Visual Studio 2026 brings syntax-highlighted code completions to the editor, making it substantially easier to distinguish AI-suggested code from the surrounding codebase at a glance. Colorized completions render with lower opacity and italic styling to signal that the code is a suggestion rather than confirmed text, while still applying the full syntax color palette for variables, functions, keywords, and other language elements. The feature can be enabled under Tools > Options > Text Editor > Code Completions, and individual color settings can be further customized via Tools > Options > Environment > Fonts and Colors. Colorized completions are available in the Insiders channel in this release.
Partial Acceptance with a Single Click
Previously, developers accepting a Copilot completion had to take it wholesale or use keyboard shortcuts (Ctrl+Right Arrow to accept word-by-word, Ctrl+Down Arrow for line-by-line). The January update adds click-based partial acceptance: hovering over a suggestion highlights individual segments, and clicking at any point within the suggestion accepts everything up to the cursor position. This gives developers a more direct, mouse-driven workflow for selectively integrating the parts of a suggestion they want.
Productivity and Markdown Improvements
The update bundles several quality-of-life improvements that were frequently requested by the Visual Studio developer community. These include faster scrolling performance, HTML-rich copy-paste support, and syntactic line compression for denser code views. On the Markdown side, developers get greater flexibility switching between Split Preview, Open Preview, and Edit Markdown modes, along with zoom controls for Mermaid diagram previews. Copilot Chat also gains a dedicated Preview button for rendering and editing generated Markdown content inline — this feature ships in the Stable channel.