Benchmarking with Visual Studio Profiler
In Visual Studio 17.13 Preview we have released our updated BenchmarkDotNet diagnosers, allowing you to use more of the tools in the performance profiler to analyze benchmarks. With this change it is...
View ArticleEnhanced Change Signature in C++
Change Signature allows you to modify a function’s parameters, including reordering, adding, removing, or altering them across various locations. Previously, the Change Signature feature in Visual...
View ArticleJoin us at VS Live! 2025 Las Vegas
Join Your Favorite Speakers at VS Live! Las Vegas With the new year here, many developers are looking for the best ways to stay ahead in a rapidly evolving tech landscape. That’s why Visual Studio...
View ArticleOur Favorite NEW Visual Studio Features of 2024
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...
View ArticleAnnouncing a free GitHub Copilot for Visual Studio
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. Enable...
View ArticleIterate across multiple files more efficiently with GitHub Copilot Edits...
GitHub Copilot Edits (Preview) 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....
View ArticleCustomizing collapsed text Indicators
Visual Studio 2022 introduces new options for customizing the collapsed text indicator, which helps in distinguishing between different sections of collapsed text in the editor. This aims to make the...
View ArticleCustomize 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 commit messages can lead to...
View ArticleYour fonts are now preserved when changing theme
Do you find yourself adjusting your font settings every time you change themes in Visual Studio, We’ve made some changes that we think will help. The latest update in Visual Studio 2022 allows theme...
View ArticleHTTP File updates for Request Variables and more
Many users have requested adding support for Request Variables in HTTP files in Visual Studio. With Request Variables, you can send an HTTP request and then use data from the response, or request, in...
View ArticleVisualStudio.Extensibility: Managing .NET runtime versions
We continue to invest in the VisualStudio.Extensibility SDK to allow developers like you to create extensions that run faster and smoother than ever before! VisualStudio.Extensibility helps you build...
View ArticleVisual Studio 2022 v17.13 is Now Available!
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...
View ArticleFirst preview of Visual Studio 2022 v17.14
We are pleased to announce the release of Visual Studio 2022 v17.14 Preview 1, marking the initial preview of our next update to Visual Studio. This update prioritizes delivering exceptional developer...
View ArticleNew restrictions on package loading
As Visual Studio transitions its core packages and services to an async loading/retrieval model, we’ve identified bugs in both the initial async implementation and the existing synchronous package...
View ArticleVisualStudio.Extensibility: Tagger support and updates to settings
We continue to invest in the VisualStudio.Extensibility SDK to allow users like you to create extensions that run faster and smoother than ever before! VisualStudio.Extensibility helps you build...
View ArticleIntroducing Code Referencing for GitHub Copilot Completions in Visual Studio
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...
View ArticleUnlocking More Power: Tool Calling in GitHub Copilot for Visual Studio
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...
View ArticleLeverage 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...
View ArticleClaude 3.7 Now Available in GitHub Copilot for Visual Studio
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...
View ArticleCatch 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...
View Article