Operating System: Windows 10 Kate Version: 24.07.70 Language: Golang Issue Description: Hello, 1. I tried to rename a method in my Golang project using Kate, but the renaming failed, and Kate did not provide any information about the reason for the failure. 2. When using Kate to rename methods repeatedly, if the code volume is substantial and the interval between renames is less than one second, it can lead to the interruption of the previous renaming process. After such an interruption, the code may contain errors. It is recommended that Kate adds an execution result notification for renaming methods, indicating whether the renaming was successful. Alternatively, implementing a command execution queue could be beneficial.