Showing results for Visual Studio 2019 - Visual Studio Blog

Mar 16, 2020
28
0

Visual Studio 2019 version 16.5 is now available

Jacqueline Widdis
Jacqueline Widdis

Visual Studio 2019 version 16.5 and 16.6 Preview 1 are available today. Included in this release are updates in .NET Productivity, .NET Mobile development, C++, and debugging.

.NETVisual StudioDebugging and Diagnostics
Feb 13, 2020
40
0

Decompilation of C# code made easy with Visual Studio

Mark Downie
Mark Downie

Have you ever experienced an exception occurring in a 3rd party .NET assembly but had no source code to figure out why? You can now use Visual Studio to decompile managed code even if you don't have the symbols, allowing you to look at code, inspect variables and set breakpoints.

C#Visual Studio 2019.NET Core
Feb 5, 2020
0
0

Visual Studio for Mac: Refresh(); event speakers and sessions

Jon Galloway
Jon Galloway

Join this free, virtual event on Feb 24th to find out how to make mobile, web, and games development easy and productive on your Mac. Today we're announcing speakers and our session agenda for the event.

Visual Studio for MacVisual Studio 2019Visual Studio 2019 for Mac
Dec 12, 2019
35
0

Modernizing Find in Files

Dante Gagne
Dante Gagne

Find in Files is one of the most commonly used features in Visual Studio, and in Visual Studio 2019 version 16.5 preview 1, we've given it the first round of improvements to make it faster and look more in line with the overall Visual Studio look and feel. This post will walk through the improvements and help developers get the most out of it.

Visual Studio 2019ProductivityTips and Tricks
Dec 5, 2019
6
0

Pinnable Properties: Debug & Display Managed Objects YOUR Way

Leslie Richardson
Leslie Richardson

Want to quickly identify objects by more than just their type while debugging? You can now pin object properties to the top of your debugger displays using the new Pinnable Properties tool in Visual Studio 2019 16.4!

.NETDebugging and DiagnosticsC#
Dec 3, 2019
14
0

‘Tis the Season for the Visual Studio 2019 v16.4 Release

Jacqueline Widdis
Jacqueline Widdis

Visual Studio 2019 v16.4 is available today. Highlights of the release include: better GitHub integration, Vertical Tabs, Container Tools, Xamarin Hot Reload, C++ Tooling, .NET Productivity, Pinnable Property Tabs, and much more.

.NETC#Xamarin
Nov 18, 2019
6
0

AI-assisted IntelliSense for your team’s codebase

Caty Caldwell
Caty Caldwell

Visual Studio IntelliCode uses machine learning to offer useful, contextually-rich code completion suggestions as you type, allowing you to learn APIs more quickly and code faster. With our latest release, you can easily share IntelliCode team completions and automate updates via an Azure DevOps task.

Visual Studio 2019ProductivityIntelliCode
Nov 6, 2019
6
0

Re-imagining collaboration for Visual Studio with Live Share app casting and contacts

Filisha Shah
Filisha Shah

The power of Visual Studio for desktop and mobile development is unmatched in the industry, and we wanted to ensure that the best in class also had the best collaboration story. Live Share is reimagining this collaboration story by reducing the barriers to collaboration, increasing the fidelity of the collaboration experience while building desktop...

Visual Studio 2019ProductivityLive Share
Nov 4, 2019
14
0

Re-imagining developer productivity with AI-assisted tools

Amanda Silver
Amanda Silver

Harnessing the wisdom of the community, Visual Studio IntelliCode is revolutionizing developer productivity. We started with AI-assisted IntelliSense and are now expanding the application of artificial intelligence to accelerate learning, radically improve development agility, and increase code quality whole line completions and refactoring.

Visual Studio 2019ProductivityVisual Studio Code
Oct 16, 2019
1
0

Debug JavaScript in Microsoft Edge from Visual Studio

Zoher Ghadyali
Zoher Ghadyali

You can now debug JavaScript running in the next version of Microsoft Edge, built with Chromium, directly from Visual Studio! In this post, we walk through creating a new ASP.NET Core Web Application using React.js and show you how to set breakpoints and debug your client-side JavaScript code running in Edge with Visual Studio.

Debugging and DiagnosticsJavaScriptASP.NET