Visual Studio Blog

The official source of product insight from the Visual Studio Engineering Team

Featured posts

Announcing a free GitHub Copilot for Visual Studio
Jan 23, 2025
13

Announcing a free GitHub Copilot for Visual Studio

Rhea Patel
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...

Copilot#GithubcopilotCopilotFree

Latest posts

Customizing collapsed text Indicators
Jan 30, 2025
6

Customizing collapsed text Indicators

Dominic Nahous
Dominic Nahous

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 coding environment more intuitive and easier to use by providing additional customization for visual cues. Customizing your coding environment You can now personalize the color and background of the editor’s collapsed text indicator independently by setting custom colors for both the collapsed and expanded text indicators. This feature can be accessed via the Tools > Options > Environment > Fonts and C...

Iterate across multiple files more efficiently with GitHub Copilot Edits
Jan 28, 2025
4

Iterate across multiple files more efficiently with GitHub Copilot Edits

Aaron Yim
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. *Preview versions of this feature were released in 17.13 Preview, released December 18th, 2024. Get started with GitHub Copilot Edits in Visual Studio For more details on how to use Copilot Edits, visit our documentation. Watch Copil...

Our Favorite NEW Visual Studio Features of 2024
Jan 16, 2025
6

Our Favorite NEW Visual Studio Features of 2024

Jason Chlus James Montemagno
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! Image Hover Preview: See your images instantly! (Mads Kristensen 00:30) Struggling to visualize referenced images in your code? Visual Studio’s Image Hover Preview solves this by showing a quick preview of any image, complete with dimensions and file size, when you hover ...

Join us at VS Live! 2025 Las Vegas
Jan 14, 2025
4

Join us at VS Live! 2025 Las Vegas

Jim Harrer
Jim Harrer

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 Live! Las Vegas, March 10-14, 2025, is a must-attend event! Stay ahead of the curve with the latest enhancements in .NET, Azure, GitHub, GitHub Copilot, Visual Studio, and more. Visual Studio Live! Las Vegas is your fastest way to catch up on the innovations shaping the tech landscape. What Makes VS Live! Las Vegas a Must-Attend?  From hands-on workshops to deep-dive sessions, this event is loaded with practical g...

Enhanced Change Signature in C++
Jan 13, 2025
4

Enhanced Change Signature in C++

Mryam Girmay
Mryam Girmay

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 Studio involved multiple clicks and nested pop-up windows. In Visual Studio 2022 version 17.12, we've reduced the number of clicks and eliminated these nested steps to streamline the process. Simplified Process with Intuitive Interface We have updated the user interface for the Change Signature feature based on direct feedback we received from C++ developers to reduce the number of clicks and pop-up windows. It al...

Benchmarking with Visual Studio Profiler
Jan 7, 2025
13

Benchmarking with Visual Studio Profiler

Nik Karpinsky
Nik Karpinsky

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 super quick to dig into CPU usage and allocations of benchmarks making the measure, change, measure cycle quick and efficient. Benchmarking a real project So, to show how we can use the tools to make things better let's go ahead and benchmark a real project. At the time of writing this article, CsvHelper is the 67th most popular package on Nuget.org with over 9 million downloads of the current version. If we can be...

Unlocking insights with Meter Histogram in the profiler
Jan 6, 2025
3

Unlocking insights with Meter Histogram in the profiler

Harshada Hole
Harshada Hole

Are you struggling with performance bottlenecks in your applications? Look no further! Visual Studio 2022 introduces the Meter Histogram feature in its performance profiling suite, providing you with the tools to analyze and visualize histogram data like never before. The Meter Histogram is a key enhancement to Visual Studio's performance profiling suite. This feature enables you to capture and analyze histogram data generated by various performance instruments, offering clear insights into the distribution of your application's data. By visualizing this data, you can easily identify patterns and anomalies...

Dock the Code Search window in Visual Studio 2022
Dec 31, 2024
8

Dock the Code Search window in Visual Studio 2022

Leah Tran
Leah Tran

Ever felt frustrated with the search window cluttering your workspace? The latest feature in Visual Studio 2022 gives you more control over the behavior of the Code and Feature Search window, making your search experience smoother and more efficient. Some users have shared that the search window feels intrusive, interrupting your work by appearing mid-screen or on the wrong screen and taking up precious screen real estate. You now have the option to turn the search window into a tool window and dock it where you’d like. Choose how you want your search window Visual Studio now allows you to dock the searc...

Go to line anywhere with Code Search for Visual Studio 2022
Dec 30, 2024
6

Go to line anywhere with Code Search for Visual Studio 2022

Leah Tran
Leah Tran

Finding the exact line of code where an issue is occurring can be like searching for a needle in a haystack. Whether you are debugging an error on line 43 of a file or diving into a specific section of code, you can efficiently jump to the right places with this newest addition to Code Search. In Code Search, you can now jump to a specific line in the current file or another file, making it faster and easier to move around your codebase. Navigate to a line in the current document No need to scroll endlessly to find a specific line. With the updated Code Search, you can swiftly jump to any line in the current...