Skip to content

Commit ac65ea6

Browse files
authored
Merge pull request #5831 from TerryGLee/tglee-16.4
[ide] updates to What's New in Visual Studio 2019
2 parents 1cb9305 + 7ebf1d0 commit ac65ea6

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Loading

docs/ide/whats-new-visual-studio-2019.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "What's new in Visual Studio 2019"
33
titleSuffix: ""
44
description: "Learn about the new features in Visual Studio 2019."
5-
ms.date: 09/24/2019
5+
ms.date: 12/02/2019
66
helpviewer_keywords:
77
- "Visual Studio, what's new"
88
- "what's new [Visual Studio]"
@@ -18,7 +18,7 @@ ms.workload:
1818
---
1919
# What's new in Visual Studio 2019
2020

21-
**Updated for the [16.3 release](/visualstudio/releases/2019/release-notes/)**
21+
**Updated for the [16.4 release](/visualstudio/releases/2019/release-notes/)**
2222

2323
>[!div class="button"]
2424
>[Download Visual Studio 2019](https://visualstudio.microsoft.com/downloads)
@@ -104,7 +104,7 @@ For more information, see the [Better multi-monitor experience with Visual Studi
104104

105105
### .NET Core
106106

107-
**New in 16.3**: We've included support for .NET Core 3.0. Cross-platform, open source—and fully supported by Microsoft.
107+
**New in 16.3**: We've included support for .NET Core 3.0. Cross-platform, open source—and fully supported by Microsoft.
108108

109109
For more information, see the [Announcing .NET Core 3.0](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/) blog post.
110110

@@ -190,6 +190,12 @@ For more information, see the [Debug live ASP.NET Azure apps using the Snapshot
190190

191191
![A screenshot that shows JavaScript code rendering in a browser](media/vs-2019/edge-chromium-breakpoint.png)
192192

193+
### Pinnable Properties tool
194+
195+
**New in 16.4**: Now, it's easier to can identify objects by their properties while debugging with the new Pinnable Properties tool. Just hover the cursor over a property you want to display in the debugger window of the Watch, Autos, and Locals windows, click the pin icon, and immediately see the information you're looking for at the top of the window!
196+
197+
![An animation that shows how to pin properties in the Visual Studio debugger by using the Pinnable Properties tool](media/vs-2019/debugger-pinnable-properties.gif)
198+
193199
## What's next
194200

195201
We update Visual Studio 2019 often with new features that can make your development experience even better. To learn more about our latest innovations, check out the [Visual Studio Blog](https://devblogs.microsoft.com/visualstudio/). And for a record of what we've released in preview to date, take a look at the [Preview Release Notes](/visualstudio/releases/2019/release-notes-preview/).
@@ -210,4 +216,4 @@ Why send feedback to the Visual Studio team? Because we take customer feedback s
210216
* [What's New in the Visual Studio 2019 SDK](../extensibility/whats-new-visual-studio-2019-sdk.md)
211217
* [Visual Studio 2019 for Mac release notes](/visualstudio/releasenotes/vs2019-mac-relnotes/)
212218
* [Microsoft Build 2019 conference](https://www.microsoft.com/build)
213-
* [Microsoft Connect(); 2018 conference](https://www.microsoft.com/connectevent)
219+
* [Microsoft Connect(); 2018 conference](https://www.microsoft.com/connectevent)

0 commit comments

Comments
 (0)