You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/whats-new-visual-studio-2019.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "What's new in Visual Studio 2019"
3
3
titleSuffix: ""
4
4
description: "Learn about the new features in Visual Studio 2019."
5
-
ms.date: 09/24/2019
5
+
ms.date: 12/02/2019
6
6
helpviewer_keywords:
7
7
- "Visual Studio, what's new"
8
8
- "what's new [Visual Studio]"
@@ -18,7 +18,7 @@ ms.workload:
18
18
---
19
19
# What's new in Visual Studio 2019
20
20
21
-
**Updated for the [16.3 release](/visualstudio/releases/2019/release-notes/)**
21
+
**Updated for the [16.4 release](/visualstudio/releases/2019/release-notes/)**
22
22
23
23
>[!div class="button"]
24
24
>[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
104
104
105
105
### .NET Core
106
106
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.
108
108
109
109
For more information, see the [Announcing .NET Core 3.0](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/) blog post.
110
110
@@ -190,6 +190,12 @@ For more information, see the [Debug live ASP.NET Azure apps using the Snapshot
190
190
191
191

192
192
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
+

198
+
193
199
## What's next
194
200
195
201
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
210
216
*[What's New in the Visual Studio 2019 SDK](../extensibility/whats-new-visual-studio-2019-sdk.md)
211
217
*[Visual Studio 2019 for Mac release notes](/visualstudio/releasenotes/vs2019-mac-relnotes/)
0 commit comments