I am working on an application based on an example from a tutorial. Now different widget IDs no longer reflect their purpose, so I would like to rename them. However, this seems like a pretty daunting task, as identifiers are used in several files.
Is it possible to somehow rename the identifiers so that the changes are transferred to other files in the project? This is almost similar to the refactoring source code names, but for widget IDs.
source share