Visual Studio 2019 New Features

Introduction to Visual Studio 2019

The Visual Studio 2019 preview has been released. This beta release has so many features that are focused on the productivity of the developers and team collaboration, such as - better search, one-click code cleanup, debugger improvement, and management of pull requests from IDE. These are some of the core features specifically designed for improving the productivity of the dev team.

The major IDE features and improvements are discussed in detail as below.

Visual Studio 2019 IDE Features and Improvements

  1. Start Page
    We will see a completely new look of VS2019 startup window. We can directly clone a repository, open an existing project, create a new project, and navigate as well as open a folder for code changes. We see a link as “Continue without code” which opens the VS2019 IDE without any solution. The new look is shown below.

    Visual Studio 2019 New Features

  2. Create Project
    The design of the "Create a new project" window has also changed, however, it contains almost a similar functionality to that of the earlier Visual Studio release.

    Visual Studio 2019 New Features
  1. Live Share
    The live share enhances the developer collaboration but to use this feature, a developer must sign into Visual Studio so that the other developers would know who is sharing the information.

    1. The Live Share option is available at the right-end corner.

      Visual Studio 2019 New Features

    2. The developer can sign in using a Microsoft account or Microsoft-backed school or work account.

    3. By default, Visual Studio uses a personalization account for the Live Share feature though, we can change the account details for Live Share from the option, as shown in the screenshot, by navigating to Tools > Options > Live Share > User account to switch the credentials.

      Visual Studio 2019 New Features

    4. Click on the Live Share option to start a collaboration session. Once the Live Share environment is ready, we will see a “Sharing” menu and an invitation link copied to the clipboard that we can share with other team members to join the session.

    5. A team member can join a Live Share session by navigating to “File > Join Collaboration Session” and providing the Live Share Invitation Link.

      Visual Studio 2019 New Features
  1. Better Search
    This feature is dedicated to the developer's productivity. The new search is capable to search almost everything like menus, commands, options, installable components, project code, and Online as well.

    Visual Studio 2019 New Features
  1. One-click code cleanup
    We see a new option while opening a file which tells about the health of the file.

    1. Mouse hover on the yellow bulb icon and it displays the summary of errors, warnings, and suggestions. Intentionally, I have added two errors to turn the yellow bulb icon to red cross icon.

      Visual Studio 2019 New Features

      Visual Studio 2019 New Features

    2. We can run as well as configure the code clean-up rule as per our need by right-clicking on the Health Indicator icon and choosing the “Configure Code Cleanup” opens a window to configure the customized rule.

      Visual Studio 2019 New Features

      Visual Studio 2019 New Features
  1. Debugger improvement
    We see a Search option in the Autos, Locals, and Watch window while debugging the code. By default, the search is available for three hierarchy level. As we know, complex objects have a deeper hierarchy, more than three, so that can also be configured using Settings icon in Autos, Locals and Watch window. The screenshots are shown below.

    Visual Studio 2019 New Features

    Visual Studio 2019 New Features
  1. Manage Pull Request
    We have full control over the pull requests in VS2019. We can review the code to run and debug the pull requests from the Azure Repos. We need to download an extension “Pull Requests for Visual Studio” from the marketplace. I have created a pull request and downloaded the extension from the link here and installed it.

    Visual Studio 2019 New Features

We can see the pull requests inside the Visual Studio under the Team Explorer – Pull Requests and by clicking on the request. A "Complete details" window gets open inside Visual Studio.

Visual Studio 2019 New Features

Visual Studio 2019 New Features
 

Conclusion

 
These are some new features dedicated to focusing on development team productivity. The newly announced VS2019, however, has many improvements in other areas also. Keep connected for more information related to the new version.


Similar Articles