Showing results for GitHub Copilot - Visual Studio Blog

Mar 12, 2025
5

Make more sense of multithreaded debugging

Junyu Wang
Junyu Wang

Debugging complex programs often feels like navigating a labyrinth of threads and stack traces. The challenge of understanding thread behaviors and tracing issues can be daunting, leading to longer development times and increased frustration. But now, there's a solution that simplifies this process—introducing AI-powered thread summaries in Paralle...

Debugging and DiagnosticsGitHub Copilot
Mar 11, 2025
4

GPT-4o Copilot code completion model available now in Visual Studio public preview

Simona Liao
Simona Liao

We are excited to announce that the new GPT-4o Copilot code completion model is now available for GitHub Copilot users in Visual Studio starting in 17.14 Preview 2! This new model, based on GPT-4o mini, has undergone additional training on over 275,000 high-quality public repositories across more than 30 popular programming languages. As a resu...

GitHub CopilotArtificial IntelligenceGitHub Copilot Completions
Mar 5, 2025
2

New Debugging and Profiling Features in Visual Studio (v17.13)

Harshada Hole
Harshada Hole

The latest Visual Studio update (v17.13) brings a strong set of debugging and profiling features designed to speed up troubleshooting, making it more efficient. With AI-driven features in this release, variable analysis and data inspection are smarter and more intuitive, and problems are easier to identify and debug. Profiling tool improvements als...

Debugging and DiagnosticsGitHub CopilotProfiling
Feb 27, 2025
7

Catch issues before you commit to Git

Jessie Houghton
Jessie Houghton

Discovering issues with code changes after committing changes can be frustrating. Fortunately, Visual Studio offers a new feature that helps you catch potential problems early, improving your code quality. Visual Studio now includes a feature powered by GitHub Copilot that lets you review your local code changes before committing them, befor...

GitHub CopilotGitCopilot
Feb 24, 2025
11

Claude 3.7 Now Available in GitHub Copilot for Visual Studio

Rhea Patel
Rhea Patel

The world of AI is evolving at a breathtaking pace, and today brings an exciting milestone for developers and tech enthusiasts alike. Anthropic’s newest release, Claude 3.7, is now available directly within GitHub Copilot for Visual Studio 2022 17.13, heralding a new era of seamlessly integrated, advanced AI coding assistance. This new Sonnet model...

GitHub CopilotCopilotAnthropic
Feb 24, 2025
2

Leverage vision in Copilot Chat

Jessie Houghton
Jessie Houghton

Now, in the preview channel, you can attach images in GitHub Copilot chat to help you illustrate your ideas effectively and get the best responses.  Imagine working on a UI development task where describing a design or layout through text just doesn't cut it. Or perhaps you're debugging an issue and need to share a screenshot of an error sta...

GitHub CopilotCopilotGitHub Copilot Chat
Feb 20, 2025
4

Unlocking More Power: Tool Calling in GitHub Copilot for Visual Studio

Rhea Patel
Rhea Patel

Have you ever been frustrated when Copilot doesn’t understand you? While it can’t read your mind, we’ve been working hard to make your coding experience smoother. Previously, Copilot in Visual Studio could look at files in your repository, but you needed to specify the context of your code manually. We understand this wasn’t the most intuitive e...

GitHub CopilotCopilotContext
Feb 19, 2025
2

Introducing Code Referencing for GitHub Copilot Completions in Visual Studio

Simona Liao
Simona Liao

When GitHub Copilot completions (or “gray text”) pop up on your screen, have you ever wondered where does the completions come from and worried about if it matches with public code leading to license issues? If you have, we are introducing code referencing to support you and provide more transparency! We are excited to announce that code referen...

GitHub CopilotArtificial IntelligenceCopilot
Feb 11, 2025
7

Visual Studio 2022 v17.13 is Now Available!

Mads Kristensen
Mads Kristensen

We are excited to announce the availability of Visual Studio 2022 v17.13. This update focuses on stability and security, along with continuous improvements for all developers using Visual Studio. Based on your feature requests, several new tools and enhancements have been added to this release. This update includes improvements for developer...

Debugging and DiagnosticsAzureGitHub Copilot
Feb 3, 2025
5

Customize your AI-generated git commit messages

Jessie Houghton
Jessie Houghton

When it comes to collaborative software development, clear and effective communication is key. One area that often gets overlooked is the Git commit message. Poorly crafted suggestions and feedback for the AI-generated commit messages, and now you can add custom prompt instructions! This new capability enables you to tailor commit messages t...

GitHub CopilotGitArtificial Intelligence