To delete a property from all files where it is used, here’s how to do it with VS Code and regex search.
Regex pattern: ^
propertyname:.*\n
and replace with nothing.
Please note that this is intended to work only for one line properties.
Example for myCoolProperty
using VSCode with regex enabled:
To confirm, click the icon inside the red circle in the following screenshot