Visual Studio Blog The official source of product insight from the Visual Studio Engineering Team
- Unlocking More Power: Tool Calling in GitHub Copilot for Visual Studioby Rhea Patel on February 20, 2025 at 6:00 pm
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 The post Unlocking More Power: Tool Calling in GitHub Copilot for Visual Studio appeared first on Visual Studio Blog.
- Introducing Code Referencing for GitHub Copilot Completions in Visual Studioby Simona Liao on February 19, 2025 at 4:40 pm
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 The post Introducing Code Referencing for GitHub Copilot Completions in Visual Studio appeared first on Visual Studio Blog.
- VisualStudio.Extensibility: Tagger support and updates to settingsby Tina Schrepfer (LI) on February 18, 2025 at 5:12 pm
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 extensions that run outside the main Visual Studio IDE process for improved performance, reliability, and installation without restarting Visual Studio. Additional benefits include a sleek and intuitive The post VisualStudio.Extensibility: Tagger support and updates to settings appeared first on Visual Studio Blog.
- New restrictions on package loadingby Ryan Molden on February 13, 2025 at 10:45 pm
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 loading mechanism. While most of these bug fixes have been transparent to extenders, one requires attention due to changed constraints. This post highlights that change. Note that The post New restrictions on package loading appeared first on Visual Studio Blog.
- First preview of Visual Studio 2022 v17.14by Mads Kristensen on February 12, 2025 at 2:45 pm
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 experiences, with an emphasis on stability and security, as well as AI enhancements. Download the preview and see the full list of enhancements in The post First preview of Visual Studio 2022 v17.14 appeared first on Visual Studio Blog.
- Visual Studio 2022 v17.13 is Now Available!by Mads Kristensen on February 11, 2025 at 6:34 pm
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 on your feature requests, several new tools and enhancements have been added to this release. This update includes improvements for developers, such as advanced debugging The post Visual Studio 2022 v17.13 is Now Available! appeared first on Visual Studio Blog.
- VisualStudio.Extensibility: Managing .NET runtime versionsby Tina Schrepfer (LI) on February 10, 2025 at 4:17 pm
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 extensions that run outside the main Visual Studio IDE process for improved performance and reliability, and that can be installed without the need to restart Visual Studio. The post VisualStudio.Extensibility: Managing .NET runtime versions appeared first on Visual Studio Blog.
- HTTP File updates for Request Variables and moreby Sayed Ibrahim Hashimi on February 6, 2025 at 3:00 pm
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 any subsequent request that is sent from the HTTP file. We have also added support for a shared environment, $shared, which The post HTTP File updates for Request Variables and more appeared first on Visual Studio Blog.
- Your fonts are now preserved when changing themeby Mark Downie on February 4, 2025 at 1:00 pm
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 switching without affecting font settings. This feature maintains the selected font face and size regardless of the chosen theme, while font The post Your fonts are now preserved when changing theme appeared first on Visual Studio Blog.
- Customize your AI-generated git commit messagesby Jessie Houghton on February 3, 2025 at 4:00 pm
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 confusion and inefficiencies within a team. Thatβs why weβve built on the suggestions and feedback for the AI-generated commit messages, and now you can The post Customize your AI-generated git commit messages appeared first on Visual Studio Blog.