Showing results for GitHub Copilot - Visual Studio Blog

Mar 19, 2025
Post comments count0
Post likes count4

Find the IDE features you need with GitHub Copilot and Search

Leah Tran
Leah Tran

Ever find yourself needing to locate a specific menu item, command, or option in Visual Studio, but you don't know its name or location? Do you often struggle to find detailed instructions on using certain features effectively? Now, there’s a solution to get you the information you need right in the IDE. Visual Studio now makes it easy to...

SearchGitHub Copilot Chat
Mar 18, 2025
Post comments count0
Post likes count4

Boost your GitHub productivity with our new multi-account support!

Ruben Rios
Ruben Rios

Managing your GitHub identity in Visual Studio 2022 just got easier! Our latest update overhauls the GitHub account management experience and improves how you work with multiple accounts, especially for GitHub Copilot and version control scenarios. In this post, we'll detail how these changes will make your GitHub workflow smoother, from the moment...

GitHubSign in
Mar 12, 2025
Post comments count0
Post likes count8

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
Post comments count0
Post likes count4

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
Post comments count0
Post likes count4

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
Post comments count0
Post likes count8

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 t...

GitHub CopilotGitCopilot
Feb 24, 2025
Post comments count0
Post likes count13

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
Post comments count0
Post likes count2

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
Post comments count0
Post likes count4

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
Post comments count0
Post likes count2

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 CopilotCopilotArtificial Intelligence