<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/c-code-editing-tools-for-github-copilot-now-available-in-public-preview-gsstqsc0g" -->

---
title: C++ Code Editing Tools for GitHub Copilot Now Available...
description: Microsoft released a public preview of C++ code editing tools for GitHub Copilot in Visual Studio 2026 Insiders. The tools enable context-aware refactoring...
canonical: https://daily.dev/posts/c-code-editing-tools-for-github-copilot-now-available-in-public-preview-gsstqsc0g
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: C++ Code Editing Tools for GitHub Copilot Now Available in Public Preview | daily.dev
og:description: Microsoft released a public preview of C++ code editing tools for GitHub Copilot in Visual Studio 2026 Insiders. The tools enable context-aware refactoring...
og:url: https://daily.dev/posts/c-code-editing-tools-for-github-copilot-now-available-in-public-preview-gsstqsc0g
og:image: https://api.daily.dev/og/posts/GsstqSC0G.png
og:image:alt: C++ Code Editing Tools for GitHub Copilot Now Available in Public Preview
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# C++ Code Editing Tools for GitHub Copilot Now Available in Public Preview

**[Collections](https://daily.dev/sources/collections)** · 1 min read · 2 upvotes · 0 comments

## Summary

Microsoft released a public preview of C++ code editing tools for GitHub Copilot in Visual Studio 2026 Insiders. The tools enable context-aware refactoring across multiple files by providing Copilot with extensive symbol information including references, metadata, class hierarchies, and function call chains. These capabilities automate manual refactoring tasks like adding features and optimizing memory management. Users need to enable GitHub Copilot settings and IntelliSense in Visual Studio to access the tools, with Visual Studio Code support planned for the future.

## Content

Microsoft has introduced a public preview of C++ code editing tools for GitHub Copilot, now available to Visual Studio 2026 Insiders. Designed to facilitate context-aware refactoring across multiple files, these tools empower Copilot with extensive symbol information, including references, metadata, class hierarchies, and function call chains. 

These enhanced capabilities aim to automate traditionally manual refactoring tasks such as adding new functionalities, optimizing memory management, and aiding in the understanding of unfamiliar codebases. With deep symbol awareness, GitHub Copilot can effectively handle references across codebases, comprehend symbol metadata, visualize class hierarchies, and trace function call chains, thus providing more accurate and context-aware code suggestions for complex C++ projects.

To access these tools, users need to enable GitHub Copilot's settings in Visual Studio and ensure that IntelliSense is active. Microsoft is currently collecting user feedback and intends to expand support to include Visual Studio Code. This initiative seeks to improve accuracy and speed for complex C++ editing tasks.

---

Tags: [#c++](https://daily.dev/tags/c++), [#github](https://daily.dev/tags/github), [#visual-studio](https://daily.dev/tags/visual-studio)

[View this post on daily.dev](https://daily.dev/posts/c-code-editing-tools-for-github-copilot-now-available-in-public-preview-gsstqsc0g)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"C++ Code Editing Tools for GitHub Copilot Now Available in Public Preview","url":"https://daily.dev/posts/c-code-editing-tools-for-github-copilot-now-available-in-public-preview-gsstqsc0g","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/c-code-editing-tools-for-github-copilot-now-available-in-public-preview-gsstqsc0g"},"datePublished":"2025-12-16T21:10:20.552Z","dateModified":"2026-03-15T05:19:04.171Z","description":"Microsoft released a public preview of C++ code editing tools for GitHub Copilot in Visual Studio 2026 Insiders. The tools enable context-aware refactoring...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/58b7d11df3c1c85182338ae187c435de?_a=AQAEulh","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/58b7d11df3c1c85182338ae187c435de?_a=AQAEulh","isAccessibleForFree":true,"articleSection":"Collections","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Collections","logo":"https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0","url":"https://daily.dev/sources/collections"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/c-code-editing-tools-for-github-copilot-now-available-in-public-preview-gsstqsc0g","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"c++,github,visual-studio","timeRequired":"PT1M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":3,"name":"C++ Code Editing Tools for GitHub Copilot Now Available in Public Preview"}]}
```

