Renaming from view model to rename also in bindings from markup

Hi,

Currently if I rename a property from the view model of a DotVVM page or markup control, and use Visual Studio’s inline tool (see below), if I go to the markup (.dothtml / .dotcontrol), the property name remains the old one and after I start typing, it appears squiggled (which is correct, as it does not exist anymore).

image

Did I miss configuring something? Is this supposed to work, is it available?
If not, do the DotVVM team has any plan to address this?

I’ve decided to write about it because it happens very very often while both migrating and developing DotVVM pages / markup controls.

I’ve created a github issue for this because as the code grows it gets more & more relevant.