Showing results for 2021 - Page 8 of 8 - Visual Studio Blog

Mar 2, 2021
Post comments count9
Post likes count1

Intelligent Visual Studio Search Service

Anne Gao
Anne Gao

In v16.9 Visual Studio release, we introduce the AI-powered Visual Studio Search service, which is integrated into the shortcut Ctrl+Q for intelligent Visual Studio feature searches. This blog post introduces the system architecture in high level details, including the core Azure services that we built and leveraged.

Visual StudioAzureVisual Studio 2019
Mar 2, 2021
Post comments count29
Post likes count0

Visual Studio 2019 v16.9 and v16.10 Preview 1 are Available Today!

Jacqueline Widdis
Jacqueline Widdis

Our team is eager to release Visual Studio 2019 v16.9 and v16.10 Preview 1. These include new features from our C++, .NET Productivity, XAML tooling, Address Sanitizer, and IntelliCode teams.

Visual StudioAnnouncementVisual Studio 2019
Feb 10, 2021
Post comments count1
Post likes count0

[Guest Post] Better refactoring for Unity projects using .NET analyzers

John Miller
John Miller

In this guest post, Visual Studio Tools for Unity intern Shreya Pandit shows how she created custom analyzers for Unity, and how you can get involved with the open source project as well.

UnityVisual Studio 2019Refactoring
Feb 4, 2021
Post comments count27
Post likes count0

Working with large .NET 5 solutions in Visual Studio 2019 16.8

Paul Vick
Paul Vick

With the release of .NET 5, migration of solutions from .NET Framework has increased. In particular, we have started to see very large solutions being moved. To ensure this experience is as good as possible, we have been working on optimizing Visual Studio to handle solutions that contain large numbers of .NET 5 and .NET Core projects. Many of thes...

Jan 25, 2021
Post comments count36
Post likes count1

New experience for sending us your feedback

Mads Kristensen
Mads Kristensen

We’ve been working to improve the Developer Community for providing feedback about Visual Studio. Last summer, we updated to a more flexible browser-based mechanism for sending feedback. Now we’re upgrading the rest of the Developer Community website. We’ve listened to your feedback and addressed almost half of all feature requests for Developer Co...

Developer CommunityFeedback
Jan 20, 2021
Post comments count22
Post likes count0

Visual Studio 2019 v16.9 Preview 3 is Available Today

Jacqueline Widdis
Jacqueline Widdis

Visual Studio 2019 v16.9 Preview 3 releases today. Highlights of this release include additional functionality in C++, .NET Productivity, XAML Tools, and Accessibility. Check out the new features today!

.NETDebugging and DiagnosticsXAML
Jan 14, 2021
Post comments count14
Post likes count0

A more integrated terminal experience

Ruben Rios
Ruben Rios

As part of the new additions of the Visual Studio 2019 v16.8 release, and thanks to your feedback, we have added a couple new tricks to the integrated terminal! It now allows you to open a new terminal to a location based on your Solution Explorer selection and provides customizable commands for copy and paste.   Solution Explorer inte...

terminal
Jan 13, 2021
Post comments count2
Post likes count0

[Guest Post] Visual Studio for Mac Helps You Write Tests

benday
benday

You’re writing tests for your code, right? No? Just say ‘yes’. It’ll make this blog post go a lot easier. So anyway, I’m happy to hear that you’re writing tests for all your code. Whether you’re following the “test first” / Test-Driven Development (TDD) approach or whether you’re just writing some unit tests or integration tests, Visual Studio for ...

Visual Studio for MacVisual Studio 2019 for MacTesting