News

Uno Platform VS Code Extension Adds Mobile Debugging

Uno Platform, which offers a framework for building cross-platform applications with .NET, announced a new version of its Visual Studio Code extension that adds mobile targeting.

That means VS Code devs can now use the tool to debug both Uno Platform and .NET MAUI applications for iOS and Android.

"The mobile debugging has been a highly requested item from the community," the company's Sasha Krsmanovic told Visual Studio Magazine. "This is a game changer as VS Code, with all the extensions it has in the marketplace, is starting to rival Visual Studio itself."

Uno Platform/.NET applications are based on the same foundation as .NET MAUI, Microsoft's cross-platform UI framework that is part of .NET 8. Uno Platform extends .NET MAUI to WebAssembly and Linux, as well as other platforms such as macOS and Windows. Uno Platform also enables Blazor WebAssembly applications to run on desktop and mobile platforms with native controls and features.

[Click on image for larger view.] Uno Platform Projects XAML Completion, Hot Reload and Debugging Support for VS Code (source: Uno Platform).

A May 2 blog post expanded on Krsmanovic's IDE comparison: "Just like in a fully fledged IDE like Visual Studio, you can now set breakpoints, exceptions, conditional breakpoints, logpoints and variables in your code or 3rd party code using SourceLink and sources embedded inside PDB."

Supporting features such as hot reload and IntelliSense-like code autocompletion, the extension now helps developers use VS Code to create, run and debug web, desktop and mobile applications using C# and XAML, working across Windows, Web/WebAssembly, iOS, macOS, Android and Linux.

The extension's marketplace description now indicates the tool provides:

  • XAML hot reload for mobile targets
  • XAML code completion for mobile targets
  • Debugging on mobile targets
  • XAML code completion on web targets
  • C# hot reload
  • Code-behind navigation from a XAML file

Here's a matrix that summarizes the features available to .NET developers for desktop, web and mobile targets:

[Click on image for larger view.] Feature Summary (source: Uno Platform).

The new version of the Uno Platform VS Code extension is available for download from the VS Code Marketplace. Along with working on Windows, macOS and Linux, it can also connect to remote instances of VS Code for debugging iOS applications on a macOS computer.

The tool has been installed more than 9,000 times, earning a perfect score of 5.0 from three developers who reviewed it.

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