News

Microsoft: Visual Studio 2019 Preview Coming Soon

Microsoft announced the first preview of Visual Studio 2019 will be available before year's end, with general availability of the flagship IDE expected in the first half of 2019.

That information comes in a blog post announcing a new roadmap of Visual Studio, which includes details on the new edition.

The company first hinted at early work for VS 2019 in June, when John Montgomery, director of program management for Visual Studio, said, "Because the Developer Tools teams (especially .NET and Roslyn) do so much work in GitHub, you'll start to see check-ins that indicate that we're laying the foundation for Visual Studio 2019, and we're now in the early planning phase of Visual Studio 2019 and Visual Studio for Mac."

At that time, Montgomery said:

Expect more and better refactorings, better navigation, more capabilities in the debugger, faster solution load, and faster builds. But also expect us to continue to explore how connected capabilities like Live Share can enable developers to collaborate in real time from across the world and how we can make cloud scenarios like working with online source repositories more seamless. Expect us to push the boundaries of individual and team productivity with capabilities like IntelliCode, where Visual Studio can use Azure to train and deliver AI-powered assistance into the IDE.

In a Wednesday (Oct. 17) announcement, Montgomery provided more information, highlighting:

  • A better performing and more reliable debugger, moving to an out-of-process 64-bit process.
  • Improved search accuracy for menus, commands, options, and installable components.
  • Visual Studio tooling for Windows Forms and WPF development on .NET Core 3.

The dev team earlier this week announced a new roadmap for Visual Studio for Mac. The big news there was the revelation that the Mac edition's internals would be replaced by internals from the Visual Studio Code editor in an effort to improve that IDE's reliability and performance.

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