Showing category results for Visual Studio

Nov 20, 2024
Post comments count0
Post likes count4

Copy files across instances of Visual Studio

Mads Kristensen

Transferring code files between different instances of Visual Studio has often been a tedious task. To simplify this process, Visual Studio 2022 now includes a feature that allows you to easily copy and paste code files and folders between instances using the Solution Explorer. This enhancement aims to streamline workflow and save time. Unti...

Nov 19, 2024
Post comments count0
Post likes count5

VisualStudio.Extensibility 17.12: CodeLens support is here!

Tina Schrepfer (LI)

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 and reliability, and can be installed without the need to restart V...

ExtensionsVisual Studio 2022CodeLens
Nov 18, 2024
Post comments count0
Post likes count3

Git tooling updates in Visual Studio 17.12

Jessie Houghton

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
Nov 15, 2024
Post comments count0
Post likes count4

Join Us at Microsoft Ignite: Unlock GitHub Copilot’s New Potential in Visual Studio

Amy Nguyen

Get ready for an exciting Microsoft Ignite breakout session where we’re unveiling the latest advancements in GitHub Copilot in Visual Studio! Join Dalia Abo Sheasha, Jessie Houghton, and Scott Hanselman as they dive into how GitHub Copilot is evolving to help developers work smarter, collaborate better, and achieve more. Here’s a little ...

Visual Studio 2022GitHub CopilotIgnite
Nov 13, 2024
Post comments count0
Post likes count3

First preview of Visual Studio 2022 v17.13  

Mads Kristensen

We’re excited to announce the availability of Visual Studio 2022 v17.13 Preview 1 – the first preview of our next update to Visual Studio. This update focuses on providing fantastic developer experiences across the board, with a focus on stability & security, and AI & productivity. Download the preview and see the full list of enhancements ...

Preview Release
Nov 12, 2024
Post comments count0
Post likes count12

Visual Studio 2022 v17.12 with .NET 9

Mads Kristensen

We are thrilled to announce the General Availability (GA) of Visual Studio 2022 version 17.12. This update focuses on providing fantastic developer experiences for working with .NET 9 projects and new AI productivity features, along with continuous improvements for all developers. Thanks to your continuous feature requests, we've incorporate...

Release
Nov 11, 2024
Post comments count0
Post likes count4

Better GitHub Copilot Completions for C#

Mika Dumont

We're excited to announce a significant enhancement to GitHub Copilot that elevates your C# coding experience. Introducing the new update: GitHub Copilot code completions now provide more accurate and relevant autocomplete suggestions by incorporating additional C# context. Previously, GitHub Copilot generated suggestions based on the content of...

C#Visual Studio 2022GitHub Copilot
Nov 6, 2024
Post comments count0
Post likes count5

Introducing a new, more conversational way to chat with GitHub Copilot

Rhea Patel

In the fast-evolving world of software development, intuitive AI-driven interactions are becoming essential to unlocking new levels of productivity. Today, we’re excited to share our latest innovation - a guided chat experience within GitHub Copilot that reshapes how developers interact with AI. This guided chat experience is available in Visual St...

GitHub CopilotGitHub Copilot ChatConversational AI
Nov 4, 2024
Post comments count0
Post likes count5

The making of Bring Back Plus/Minus

Marco Goertz

A lesson about the software forensics process involved in developing the Bring Back Plus/Minus extension, which brings back the plus/minus symbols to the editor outlining feature in Visual Studio 2022. While I did have the advantage of being able to look at the Visual Studio source code, I could have figured this out just as well without it, and...

ExtensionsFeedbackstory
Oct 30, 2024
Post comments count0
Post likes count3

Unreal Engine Toolbar in Visual Studio

Sy Brand

In Visual Studio 2022 version 17.11, we’ve added a new Unreal Engine toolbar to Visual Studio. The Unreal Engine toolbar is a new feature that provides quick access to common Unreal Engine tasks. You can find the toolbar at the top of your code window when you have an Unreal Engine project loaded. The toolbar includes the following actions: ...

Game DevelopmentUnreal Engine