Showing tag results for Visual Studio

Aug 13, 2019
Post comments count13
Post likes count0

Visual Studio 2019 version 16.3 Preview 2 and Visual Studio for Mac version 8.3 Preview 2 Released!

Jacqueline Widdis

Visual Studio version 16.3 Preview 2 and Visual Studio for Mac version 8.3 Preview 2 are available. Because many of the features in this release are a response to Developer Community feedback, we are excited to share our changes. First of all, the latest Preview versions both PC and Mac are available to download from VisualStudio.com. You can also ...

Visual StudioDebugging and DiagnosticsC#
Aug 8, 2019
Post comments count13
Post likes count0

Async loaded .NET projects may impact Visual Studio extensions

Mads Kristensen

In Visual Studio 2019 version 16.3, the CSProj project system (C#/VB non-SDK style) introduces a new way of loading called Partial Load Mode (PLM). After the solution loads, the project system is doing design time builds in the background, leaving the UI responsive and interactive. Extensions may need to adjust for this behavior change.

Visual StudioExtensions
Aug 2, 2019
Post comments count0
Post likes count0

Azure IoT Tools July Update: IoT Edge tooling GA and more!

Jun Han

Welcome to the July update of IoT Tooling! In the release, we have made a lot of features and improvements for our IoT developers! General Availability of IoT Edge tooling Azure IoT Edge was released in the year of 2017. With near two years’ continuous working on the Azure IoT Edge Tooling, we are happy to announce that Azure IoT Edge Tool...

Visual StudioAzureIoT
Aug 1, 2019
Post comments count27
Post likes count0

Theming in Visual Studio just got a lot easier

Mads Kristensen

Sometimes the default themes for Visual Studio just aren’t enough. Lucky for us, we’ve just redesigned the process of creating and importing custom themes.

Visual StudioExtensions
Jul 31, 2019
Post comments count102
Post likes count0

Status on Visual Studio feature suggestions

Mads Kristensen

Visual Studio receives over 500 feature suggestions from customers every month on the Developer Community website. Handling that amount is a huge effort and we’d like to share with you how we handle this volume and the steps that we take to respond to them all.

Visual StudioAnnouncementDeveloper Community
Jul 24, 2019
Post comments count60
Post likes count0

Visual Studio 2019 version 16.2 Generally Available and 16.3 Preview 1

Jacqueline Widdis

Check out what's new in the 16.2 generally available and 16.3 Preview 1 release of Visual Studio 2019. See the improvements to Test Explorer, search capabilities within the product, C++ linker iteration build times, and .NET Core 3.0

Visual StudioDebugging and DiagnosticsAnnouncement
Jul 11, 2019
Post comments count9
Post likes count0

Checklist for writing great Visual Studio extensions

Mads Kristensen

Great Visual Studio extensions share a few key features that sets them apart from the rest. They look and feel well crafted, are performant and reliable, do what they advertise to perfection, and blend in naturally among Visual Studio’s own features.

Visual StudioExtensions
Jun 25, 2019
Post comments count18
Post likes count1

Visual Studio tips and tricks

Mads Kristensen

Whether you are new or have been using Visual Studio for years, there are a bunch of tips and tricks that can make you more productive. We’ve been sharing tips on Twitter using the #vstip hashtag for a while, and this is a collection of the best ones so far.

Visual StudioExtensions
Jun 11, 2019
Post comments count3
Post likes count1

Create a private gallery for self-hosted Visual Studio extensions

Mads Kristensen

Most Visual Studio extension authors publish their extensions to the public Marketplace to allow everyone to install them and benefit from the large and open ecosystem. However, some companies create extensions for internal use only. A private gallery allows them to distribute these extensions with ease.

Visual StudioExtensions
Jun 10, 2019
Post comments count12
Post likes count1

Customize object displays in the Visual Studio debugger YOUR way

Leslie Richardson

Did you know that you can view objects by more than just their types in the Watch, Autos, and Locals windows? Learn how you can customize your object views in debugger windows using DebuggerDisplay and Natvis!

Visual StudioDebugging and DiagnosticsC#