News

VS Code Now Supports Blazor Development

Visual Studio Code now does Blazor development thanks to updated Razor tooling support in a C# extension.

Razor and Blazor are related as they're both part of ASP.NET Core, the Web-centric component of the .NET Core initiative that serves as a cross-platform, open source alternative to the ageing, Windows-only .NET Framework.

Razor is a syntax for combining HTML markup with C# code, according to Microsoft documentation, said to boost productivity while allowing developers to switch between markup and C# in the same file while enjoying IntelliSense support such as auto-completion.

Blazor is a Microsoft project that just graduated from the experimental stage with a way to leverage WebAssembly -- which is still experimental -- in order to do client-side and server-side Web development with C#.

Preview support for both of these is included in the C# for Visual Studio Code extension available in the Visual Studio Code Marketplace.

Last week, Microsoft announced an update to the extension that boosts Razor tooling support with improved diagnostics and tag helper support, along with giving developers auto-completion for components and component parameters, data binding, event handlers and more.

The improved Razor diagnostics, meanwhile, include pointing out errors concerning: floating @ characters; missing end braces; and missing end tags in code blocks.

The other main enhancement to Razor tooling support is auto-completion for tag helpers, along with tag helper attribute names and values.

Microsoft said the improved Razor tooling support for VS Code should be considered an alpha release, with known issues including:

  • Razor editing is currently only supported in ASP.NET Core and Blazor projects (no support for ASP.NET projects)
  • Limited support for colorization

More information about Razor tooling support in the VS Code C# extension can be found on the Razor.VSCode GitHub site. The C# extension is available in the VS Code Marketplace (more than 4 million installations), with source code available on GitHub in the C# for Visual Studio Code (powered by OmniSharp) project.

See this post for more information, including the prerequisite installations required to preview Razor support in VS Code -- along with those needed to work with Blazor -- in addition to feedback guidance and more.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Microsoft Revamps Fledgling AutoGen Framework for Agentic AI

    Only at v0.4, Microsoft's AutoGen framework for agentic AI -- the hottest new trend in AI development -- has already undergone a complete revamp, going to an asynchronous, event-driven architecture.

  • IDE Irony: Coding Errors Cause 'Critical' Vulnerability in Visual Studio

    In a larger-than-normal Patch Tuesday, Microsoft warned of a "critical" vulnerability in Visual Studio that should be fixed immediately if automatic patching isn't enabled, ironically caused by coding errors.

  • Building Blazor Applications

    A trio of Blazor experts will conduct a full-day workshop for devs to learn everything about the tech a a March developer conference in Las Vegas keynoted by Microsoft execs and featuring many Microsoft devs.

  • Gradient Boosting Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the gradient boosting regression technique, where the goal is to predict a single numeric value. Compared to existing library implementations of gradient boosting regression, a from-scratch implementation allows much easier customization and integration with other .NET systems.

  • Microsoft Execs to Tackle AI and Cloud in Dev Conference Keynotes

    AI unsurprisingly is all over keynotes that Microsoft execs will helm to kick off the Visual Studio Live! developer conference in Las Vegas, March 10-14, which the company described as "a must-attend event."

Subscribe on YouTube