using the rename symbol helper on VS code on a named parameter modifies the original property name of the object's class, this can lead to undesired behavior since the constructor still keeps the old name while the property name changes, which leads to code not compiling, , it shouldn't go to the class and change it that way, it shouldn't work upwards imo.