Rewrap icon indicating copy to clipboard operation
Rewrap copied to clipboard

[Feature Request] Support `.razor` files

Open lonix1 opened this issue 3 years ago • 0 comments

Hi @stkb

The extension works in C# (.cs) files, but not in razor / blazor files (.razor) - which is a templating format for frontend code, and is HEAVILY used in the aspnet platform.

The comment format is identical to what you'd find in c# files, e.g.:

/// <summary>
/// Foo foo foo...
/// </summary>

One only needs to activate the extension on .razor files, using the same code as that for .cs files - there's no other change.

Please consider it? Razor files are massive part of the aspnet platform thesedays, and it's painful to do any work without your excellent extension! :smile:

lonix1 avatar Oct 22 '22 04:10 lonix1