Bug 490816

Summary: I attempted to rename a method in my Golang project using Kate, but the renaming failed.
Product: [Applications] kate Reporter: a-nuan
Component: applicationAssignee: KWrite Developers <kwrite-bugs-null>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 24.05.2   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description a-nuan 2024-07-25 15:27:27 UTC
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.