News

Visual Studio 2019 for Mac 8.3 'In the Endgame'

With the big .NET Core 3.0 milestone coming up in two weeks, Microsoft is finishing off its tooling updates, including the recently announced Visual Studio 2019 for Mac version 8.3 Preview 3.

"We're in the endgame of finishing the Visual Studio for Mac 8.3 release," said Jordan Matthiesen, senior program manager, in an announcement post.

In v8.3, the dev team is focusing on top themes gleaned from customer feedback, including:

  • Improving the ASP.NET Core developer workflow (including brand-new Web editors).
  • Enabling the development of libraries targeting multiple .NET frameworks.

That first item addresses numerous developer complaints about persistent performance and reliability issues in the IDE, especially the excruciatingly slow C# editor, whose original core internals were replaced by those of Visual Studio for Windows.

Following a revamped C# editor and a new XAML editor introduced in earlier versions, VS for Mac 8.3 is updating all the Web editors.

VS Mac JavaScript Editor in Action
[Click on image for larger, animated GIF view.] VS Mac JavaScript Editor in Action (source: Microsoft).

"The new Web editors are based on the same native UI as the C# and XAML editors and provide all the advanced features recently introduced to Visual Studio for Mac, such as multi-caret editing, RTL support and native input support," Matthiesen said. "In addition to these high–level editor features, the new Web experience is also powered by the same core as Visual Studio on Windows, so you can expect the same language service features that make Visual Studio such a productive IDE. These language services provide vital features, such as IntelliSense as well as code formatting, syntax highlighting and navigation support."

The second major item of focus, the multi-targeting functionality, addresses scenarios where .NET Standard can't be used to add support for multiple platforms, requiring an alternative method of using APIs for that.

"In that case," Matthiesen said, "the best solution is to use multi-targeting to build for multiple .NET frameworks. Recently, we included support for working on projects that support multi-targeting, and in Preview 3 we've continued to improve upon that experience. When editing code in one of these projects, you can use a Target Framework drop down at the top of the editor window to focus your editing experience on a specific target framework."

The team also added support for NuGet solution-level package management functionality to help keep packages updated across multiple projects within a solution. "With the improvements we made in this area, now it's easier to consolidate to a single version of packages across the solution," Matthiesen said.

Pointing to the VS for Mac roadmap, Matthiesen said more work will be done to improve the code editors. The roadmap says v8.3 has preview support for the .NET Core 3.0 SDK.

.NET Core 3.0 is set to be released during Microsoft's online .NET Conf to be held Sept. 23-25.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube