Double-click to select the modified id name, right-click, select Refactor, and click rename. This will automatically rename them all for you. When deleting, use functions such as Safe Delete
For example, if your control is used in many files, you need to traverse all the files in the entire project and find the error locations one by one and mark them in red. This will cost a lot of performance
The correct way is to use shift+F6 to use the rename function provided by the system, which will automatically modify everything for you
Double-click to select the modified id name, right-click, select Refactor, and click rename. This will automatically rename them all for you. When deleting, use functions such as Safe Delete
That’s it
For example, if your control is used in many files, you need to traverse all the files in the entire project and find the error locations one by one and mark them in red. This will cost a lot of performance
The correct way is to use shift+F6 to use the rename function provided by the system, which will automatically modify everything for you