Posts by this author

Sep 4, 2025
Post comments count6
Post likes count5

Make Sense of Your Output Window with Copilot

Ever found yourself staring at the Output Window, overwhelmed by endless lines of logs and cryptic messages? You're not alone! For years, developers have relied on the Output Window for critical build and debug information. But making sense of it—and translating it into action—has been a challenge. What if you could instantly ask questions about yo...

GitHub Copilot ChatContextOutput Window
Sep 2, 2025
Post comments count5
Post likes count2

Boost Your Copilot Collaboration with Reusable Prompt Files

Writing effective prompts for AI tools can be time-consuming and challenging. Cement those efforts by leveraging reusable prompt files. These custom prompts allow for quick access at the prompt box, and they’re automatically stored and shared with your teammates to make it easy to multiply your Copilot successes.   Reusable prompt files solve ...

GitHub CopilotGitHub Copilot ChatPrompting
Jul 31, 2025
Post comments count6
Post likes count9

Smarter AI Edits in Visual Studio Copilot

When we first set out to get smarter AI edits in Visual Studio Copilot, we knew we were tackling a deeply complex problem. It wasn’t just about generating great suggestions—it was about figuring out how to seamlessly apply those suggestions to your code. While the idea seemed simple at first glance, the reality was anything but.    The Complex...

GitHub Copilot ChatAI Agents
Mar 20, 2025
Post comments count0
Post likes count8

Enhance Pull Request Reviews with In-Depth Feedback

Visual Studio 2022 has taken the pull request experience to the next level by making reviews interactive. We previously enabled viewing your pull request comments inline in your working files. Now, the latest update empowers you to add comments directly within the IDE, streamlining the review process. Now, pull request reviewers can conduct deep re...

GitHub
Feb 27, 2025
Post comments count0
Post likes count10

Catch issues before you commit to Git

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 CopilotCopilotGit
Feb 24, 2025
Post comments count0
Post likes count3

Leverage vision in Copilot Chat

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

Customize your AI-generated git commit messages

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
Dec 16, 2024
Post comments count0
Post likes count1

Create internal GitHub repos for your team

Visual Studio 2022 now includes support for creating internal repositories for GitHub organizations. This feature allows developers to work within their GitHub organization's guidelines within the Visual Studio environment more effectively. Managing repositories involves configuring varying levels of visibility and permissions. Visual Studio...

GitHubGit
Dec 12, 2024
Post comments count0
Post likes count3

Boost your Git confidence with the new file rename notification

Have you ever renamed a file in Solution Explorer and wondered if Git is tracking your changes correctly? You're not alone. Many developers have found this process confusing and worry whether their changes are being properly staged in Git. But worry no more - there's a solution! When you rename files in Solution Explorer, Visual Studio 2022 ...

GitHubGit
Nov 18, 2024
Post comments count0
Post likes count3

Git tooling updates in Visual Studio 17.12

We are thrilled to announce the latest updates to Git tooling in Visual Studio, designed to enhance your development experience and streamline your workflow. These new features are in direct response to user feedback, ensuring that you have the tools you need to be more productive and efficient. For the full list, check out the release notes. Pull...

GitGit IntegrationMulti-repo