dotnet / razor

Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
https://asp.net
MIT License
506 stars 196 forks source link

Use new RazorEditHelper for all CSharp edits #11196

Open ryzngard opened 1 week ago

ryzngard commented 1 week ago

https://github.com/dotnet/razor/pull/11146 is adding a new service to generically handle edits happening in a csharp document. We should consider using this is other areas where we have to handle edit mapping.