Visual Studio 2019 has just been officially launched, introducing a series of new features and improvements. In this article, Mytour answers the question, 'What's new in Visual Studio 2019'?
New Features in Visual Studio 2019
1. Enhanced User Interface.
2. Visual Health Indicator Feature.
3. Visual Studio Live Share.
4. IntelliCode.
5. NET Core 3.0.
6. Xamarin.
What's New in Visual Studio 2019?
1. Enhanced User Interface
The user interface of Visual Studio 2019 has been revamped, undergoing a complete transformation. First and foremost is the welcome window that greets users when launching the new IDE for the first time.
Users have quick access to recent tasks on the screen as well as the ability to copy, open, or create new projects. The template screen is also enhanced, making it much easier to filter through available templates to find the most suitable one.
The user interface of Visual Studio 2019 has been updated, featuring a refreshed blue theme, updates on the menu, and title bar to increase available space for code.
Additionally, the search bar has been moved to the menu, improving accuracy when searching for commands, options, and installable components.
Some services have also been moved to the background, meaning users can access solutions faster. At the same time, users can configure specific projects.
2. Visual Health Indicator Feature
The Visual Health Indicator feature in Visual Studio 2019 notifies users about the code's status. This indicator is located in the document scroll bar, informing users if any issues or errors occur in the code.
Moreover, the feature is enhanced with a clean-up button, allowing users to clean the code with just one mouse click. It formats and applies suggested fixes specified by the current settings, .editorconfig file, or Roslyn analyzer.
3. Visual Studio Live Share
Live Share is an intriguing service for developers, enabling users to share and collaborate on coding directly within Visual Studio. The feature is installed by default, allowing users to effortlessly create collaboration sessions from the Visual Studio menu.
After sharing this hyperlink, you can join your colleague's collaboration session, where you can read, navigate, edit, and debug the project you've shared with them.
This process is quite secure, easy to execute, and serves as a useful solution for remote working teams.
4. IntelliCode
Furthermore, there's a new IntelliCode extension available for Visual Studio 2019, aiding in integrating Intellisense with Machine Learning.
The extension is developed through various open-source projects on GitHub and can provide context-aware code suggestions. It notifies developers when deviating from team coding styles and conventions, captures and highlights potential code issues, and speeds up code reviews by pointing out significant concerns. The extension operates with C#, XAML, and C++.
5. NET Core 3.0
Microsoft has also integrated support for .NET Core 3.0 applications across any platform in this release. For .NET developers considering the migration of WinForms and WPF applications to .NET Core 3.0 later this year, Visual Studio 2019 is worth considering.
6. Xamarin
With the release of Visual Studio 2019, Microsoft doubles down on Xamarin updates. Firstly, the company implements changes to reduce the installation payload size and improve build and deployment times. This significantly impacts development, aiming to improve times by over 20% - 30%.
Additionally, there's a new fast deployment feature for Android to accelerate deployment when there are no changes in assets, resources, etc., between deployments.
Another intriguing feature is the XAML attribute editor, allowing users to easily configure attributes without writing additional code.
In the latest release, Visual Studio 2019 brings support for Xamarin.Forms 4.0, introducing new features such as fresh Shell project templates and a revamped CollectionView control. These Shell templates empower users to craft mobile apps with an enhanced interface closely aligned with Material Design. Xamarin CollectionView stands out as a superior and more flexible alternative to the ListView control.
To download Visual Studio 2019 and initiate the installation process, visit this link: Download Visual Studio 2019
So, this Mytour article has just addressed your curiosity about what's new in Visual Studio 2019. Furthermore, if you have any queries or need clarifications, readers are encouraged to share their thoughts in the comments section below the article.
If you're currently installing Visual Studio 2008 on your computer but are unsure how to uninstall it for a newer version, you can refer to the guide on uninstalling Visual Studio 2008 on Mytour.
