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
+11-9Lines changed: 11 additions & 9 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: 08/21/2020
5
+
ms.date: 11/10/2020
6
6
helpviewer_keywords:
7
7
- "Visual Studio, what's new"
8
8
- "what's new [Visual Studio]"
@@ -18,15 +18,11 @@ ms.workload:
18
18
---
19
19
# What's new in Visual Studio 2019
20
20
21
-
**Updated for the [16.7 release](/visualstudio/releases/2019/release-notes/)**
21
+
**Updated for the [16.8 release](/visualstudio/releases/2019/release-notes/)**
22
22
23
23
>[!div class="button"]
24
24
>[Download Visual Studio 2019](https://visualstudio.microsoft.com/downloads)
25
25
26
-
Visual Studio is constantly changing to meet the demands of developers. In the following video from the **[Microsoft Build](https://mybuild.microsoft.com/)** library, join us for a tour of some of the [newest features](/visualstudio/releases/2019/release-notes/) and a [sneak peek](/visualstudio/releases/2019/release-notes-preview/) at what's to come: <br><br>*Video length: 44.58 minutes*
With Visual Studio 2019, you'll get best-in-class tools and services for any developer, any app, and any platform. Whether you're using Visual Studio for the first time or you've been using it for years, there's a lot to like in our latest version!
31
27
32
28
Here's a high-level recap of what's new, all-up:
@@ -132,6 +128,12 @@ The start window also includes options to open a project or solution, open a loc
132
128
133
129
For more information, see the [Get to code: How we designed the new Visual Studio start window](https://devblogs.microsoft.com/visualstudio/get-to-code-how-we-designed-the-new-visual-studio-start-window/) blog post.
134
130
131
+
### Git productivity
132
+
133
+
**New in 16.8** Git is now the default version control experience in Visual Studio 2019. We have built out the feature set and iterated on it based on your feedback during the past two releases. The new experience has now been turned on by default for everyone. From the new Git menu, you can clone, create, or open repositories. Use the integrated Git tool windows to commit and push changes to your code, manage branches, stay up to date with your remote repositories, and resolve merge conflicts.
134
+
135
+
For more information, see the [Git productivity in Visual Studio](git-with-visual-studio.md) page.
136
+
135
137
### Live Share
136
138
137
139
[Visual Studio Live Share](https://visualstudio.microsoft.com/services/live-share/) is a developer service that allows you to share a codebase and its context with a teammate and get instant bidirectional collaboration directly from within Visual Studio. With Live Share, a teammate can read, navigate, edit, and debug a project that you've shared with them, and do so seamlessly and securely.
@@ -216,11 +218,11 @@ Meanwhile, here are a few of our new features currently in the works.
216
218
217
219
-**Improved Git experience in Visual Studio 2019 (Preview)**
218
220
219
-
We continue to iterate on a revamped Git experience to improve your productivity when working with code on GitHub, Azure Repos, and other remote hosting services. You can initialize and push from within Visual Studio 2019 with a single action (or click). You can also create new branches, manage current branches, and resolve merge conflicts.
221
+
Although the new Git version control experience is now on by default in Visual Studio 2019 [version 16.8](/visualstudio/releases/2019/release-notes/), we continue to add features to enhance the experience in the newest Preview release.
220
222
221
-
For more information, see the [New Git experience in Visual Studio](git-with-visual-studio.md) page.
223
+
For more information, see the [Git productivity in Visual Studio](git-with-visual-studio.md) page.
222
224
223
-
For more information about the Preview release—and a download link if you'd like to try it out—see the **[Visual Studio Preview](https://visualstudio.microsoft.com/vs/preview/)** page.
225
+
For more information about the Preview release—and a download link if you'd like to try it out—see the **[Visual Studio Preview](https://aka.ms/vspreview/)** page.
0 commit comments