News

What's New in Visual Studio 2019 v16.2 Preview 2

Microsoft has shipped Visual Studio 2019 version 16.2 Preview 2, highlighting .NET productivity improvements and other new functionality.

One of those productivity improvements was prodded by feedback from developers.

"We've heard the request to bring back the Sort Usings command and that it should be separate from the Remove Usings command," said Jacqueline Widdis, program manager on the Release Team, in a June 11 blog post. "We appreciate everyone who shared their feedback with us. You can find the Sort Usings command under Edit > IntelliSense."

Other .NET productivity improvements include:

  • The ability to convert a switch statements to switch expressions (a new feature in C# 8.0)
  • The ability to generate a parameter as a code fix. ("Place the cursor in the variable name and type (Ctrl+.) to open the Quick Actions and Refactorings menu. Select the option to Generate a variable to create a new parameter.")

Besides .NET productivity improvements, the post highlighted these:

  • Microsoft Edge Insider support: Developers can now debug JavaScript in the new Microsoft Edge Insider browser for ASP.NET and ASP.NET Core projects.
  • Visual Studio Installer support: Developers will now be warned and prompted with a "Cancel" button if an installation requires more space than what's available.
  • App Installer Command Line Packaging Improvements: These include an improved sideloaded command-line packaging experience for Windows Desktop projects, among others.

Other improvements, as detailed in the release notes, include:

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube