Showing archive results for 2023

Mar 20, 2023
Post comments count2
Post likes count3

Upgrading from IntelliCode custom team completions models to deep learning.

Aaron Yim

TL;DR – A deep learning model will now help provide starred completions for custom methods in the IntelliSense list. All users of Visual Studio 2022 will receive this improvement automatically. With original IntelliCode, a custom trained model was previously useful for ranking custom methods in a user’s code. When IntelliCode first shipped in Vis...

Mar 16, 2023
Post comments count26
Post likes count5

Help us investigate a new Welcome Experience in Visual Studio 17.6 Preview 2

Grace Taylor

A central theme across Visual Studio releases is 'get to code' quickly. Over the years, we’ve tried many approaches to accelerate start up, project selection or creation, and restoration of previous state. In Visual Studio 2019 we created the modal 'start window' experience that optimized for getting to the primary action most developers take when ...

Mar 15, 2023
Post comments count13
Post likes count6

Improving the Spell Checker

Dante Gagne

Welcome to our latest blog post about the spell checker feature in Visual Studio 17.6 preview 2! We're excited to share with you the latest improvements we've made to this feature, which was first introduced in the Visual Studio 17.5 preview releases for C#, C++, and markdown files. We've received an overwhelming amount of valuable feedback from de...

Visual Studio 2022ProductivityTips and Tricks
Mar 14, 2023
Post comments count9
Post likes count4

Visual Studio 2022 v17.6 Preview 2 is now available

Marian Luparu

Preview 2 for Visual Studio 17.6 is now available! If you are a game developer, a mobile developer, or are interested in learning new tricks to better debug your code, check out this latest release. It’s as easy as upgrading your Preview channel in the Visual Studio installer. And if you haven’t activated your Preview channel for Visual Studio y...

.NETDebugging and DiagnosticsC++
Mar 9, 2023
Post comments count12
Post likes count6

Visual Studio 2022 – 17.5 Performance Enhancements

Nayana Srikanth

We are excited to announce that Visual Studio 2022 17.5 offers a range of performance enhancements that significantly improve the speed and responsiveness of the product in the following main areas:  You can download Visual Studio 2022 from the Visual Studio downloads page or upgrade your existing installation by follow...

Mar 8, 2023
Post comments count0
Post likes count8

Developing Accessible Apps with Visual Studio

Dante Gagne

When your application has an accessibility issue, it means that some users will find it harder or impossible to use your application. This means that a percentage of your users are having a bad experience or simply can’t use your product. The implications are far reaching, because many countries have laws governing accessibility in applications for...

XAMLVisual Studio 2022Accessibility
Mar 2, 2023
Post comments count6
Post likes count8

Build Better Extensions with VisualStudio.Extensibility Preview 3!

Maia Kelner

Today, we’re very excited to announce the third public preview of VisualStudio.Extensibility, our new SDK for creating extensions for Visual Studio! The VisualStudio.Extensibility SDK focuses on extensions that run out-of-process from the IDE for improved performance and reliability, and it features a modern API that has been streamlined and car...

Visual StudioExtensionsVisual Studio 2022
Mar 1, 2023
Post comments count16
Post likes count15

GitHub Copilot in Visual Studio 2022

Mads Kristensen

GitHub Copilot uses OpenAI Codex to suggest code and entire functions in real-time right from your editor. Trained on billions of lines of public code, GitHub Copilot turns natural language prompts including comments and method names into coding suggestions across dozens of languages. In Visual Studio, Copilot acts as a pair-programmer making it mo...

CopilotIntelliCodeArtificial Intelligence
Feb 28, 2023
Post comments count39
Post likes count3

Try Visual Studio 2022 v17.6 Preview 1

Marian Luparu

The first Preview for Visual Studio 2022 17.6 is now available! This release expands on the recently released 17.5 version of Visual Studio and aims at enhancing your productivity whether you’re a .NET developer, a game developer, and/or a C++ developer. Why should you try the latest preview? Because it’s like living in the future – you get to t...

.NETVisual Studio 2022C++
Feb 27, 2023
Post comments count10
Post likes count2

The fastest way to add files and folders

Grace Taylor

Your Visual Studio team is excited to announce the release of the highly anticipated "Quick Add Files & Folders" feature in Visual Studio version 17.5! This new feature is the fastest and most convenient way to add files and create folders within your projects. Based on the feedback from the Visual Studio Developer Community, Quick Add was r...

Developer Productivity