Properties Wrangler: Add a way to "Insert", "Rename" and "Remove" properties and values in all files

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

2 Likes