tomasr / viasfora

A Visual Studio Extension containing miscellaneous improvements to the editor.
Other
557 stars 90 forks source link

xml prefix/closing tags not working with web form editor? #317

Closed nwein4288 closed 2 years ago

nwein4288 commented 2 years ago

For 2019, Viasfora applied the prefix/ closing coloration for the web form editor 2019: image

in 2022, it does not appear to apply the coloration to the web form editor anymore. XML editor works as intended, though. 2022: image

Was wondering if there is a way to apply them to the web form editor like 2019?

WilliamITS commented 2 years ago

This would also be greatly appreciated for razor pages.

tomasr commented 2 years ago

I think I might have managed to fix the WebForms editor for vs2022. Still looking at the razor pages one.

Update: Might have hacked some support for Razor pages as well, but not sure how well it is going to work yet.