Showing category results for Copilot

Feb 20, 2025
Post comments count0
Post likes count4

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

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 CopilotCopilotModels
Feb 19, 2025
Post comments count0
Post likes count2

Introducing Code Referencing for GitHub Copilot Completions in Visual Studio

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
Feb 3, 2025
Post comments count0
Post likes count7

Customize your AI-generated git commit messages

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 CopilotCopilotGit
Jan 28, 2025
Post comments count0
Post likes count4

Iterate across multiple files more efficiently with GitHub Copilot Edits

Aaron Yim

GitHub Copilot Edits in Visual Studio 2022 combines the conversational flow of chat and an inline review experience to help you iterate across your codebase with more control and efficiency. 💡 Here’s how Copilot Edits helps with iterating across multiple files: Available in Visual Studio 2022 17.13, released February 11th. ...

Visual StudioVisual Studio 2022GitHub Copilot
Jan 23, 2025
Post comments count0
Post likes count17

Announcing a free GitHub Copilot for Visual Studio

Rhea Patel

We're excited to announce an all new free plan for GitHub Copilot, available for everyone today in Visual Studio. All you need is a GitHub account. No trial. No subscription. No credit card. With GitHub Copilot Free, you’ll receive: https://www.youtube.com/watch?v=f8CkP7SC-kM GitHub Copilot’s Features in Visual Studio GitHub ...

GitHub CopilotCopilot#Githubcopilot
Jan 16, 2025
Post comments count0
Post likes count6

Our Favorite NEW Visual Studio Features of 2024

Jason,
James

Last year, the Visual Studio team delivered many new developer-focused improvements and AI integrations, many of which came directly from your feedback on Developer Community. In this post, we highlight the team’s favorite features from 2024 that boost productivity, streamline workflows, and enhance your coding experience. Let’s dive in! Ima...

ExtensionsProductivityGitHub Copilot
Dec 18, 2024
Post comments count0
Post likes count26

GitHub Copilot Free is here in Visual Studio

Rhea,
Jui

If you haven’t already heard, GitHub just announced Copilot Free! And great news: you can already start using Copilot Free right now in Visual Studio. It's available now, and we're putting the finishing touches on a more streamlined experience in January. We’re excited to bring these benefits to the entire Visual Studio family. With Copilot Free...

Visual StudioGitHub CopilotGitHub
Dec 5, 2024
Post comments count0
Post likes count9

Introducing Code Referencing for GitHub Copilot Chat in Visual Studio

Rhea Patel

Are you tired of the uncertainty that comes with using code suggestions from AI tools? We've got exciting news for you! Visual Studio 2022 now includes code referencing in GitHub Copilot, ensuring greater transparency and control for developers. We are thrilled to announce that code referencing is now available in GitHub Copilot Chat within Visu...

GitHub Copilot
Dec 2, 2024
Post comments count0
Post likes count2

AI-Powered Insights: Streamlining Variable Analysis with GitHub Copilot in Visual Studio

Harshada Hole

Tired of spending countless hours troubleshooting errors and unexpected values in your code? Visual Studio 2022 introduces GitHub Copilot Variable Analysis. This powerful tool makes inspecting and analyzing variables from Locals, Autos, watch windows and DataTips effortless, helping you solve issues faster and cutting down on time and frustration. ...

Debugging and DiagnosticsGitHub CopilotDeveloper Productivity
Nov 28, 2024
Post comments count0
Post likes count3

Transform your debugging experience with GitHub Copilot

Wendy Breiding (SHE/HER)

Are your unit tests failing, and do you want to debug them more effectively? The latest feature in Visual Studio 2022, powered by GitHub Copilot, has the perfect solution for you. Introducing the Debug with Copilot button in Test Explorer, this feature takes the hassle out of debugging failed tests and gets you closer to passing tests in no time. ...

GitHub CopilotDebugging