Add option to rename local variable on ghidra decompiler view for all variables
Is your feature request related to a problem? Please describe.
When i tried to use ghidra decompiler thorough cutter i found out that some of the variables can not be renamed, after an explanation on the telegram channel its seems to be because cutter didn't recognize this variables but ghidra do.
Describe the solution you'd like
I would like to be able to rename all variables from ghidra view i guess its would demand a deeper integration with ghidra.
Additional context
For now this is the the error that i received when tried to change variable name.

Pleaseeee
Nearly created an issue myself. IMHO This is crucial for RE :/
This is probably a rz-ghidra related issues.
variablePresentInRizin() iterates over all variable names provided by getVariables(), which uses theafvj command.
Therefore rizin has to recognize the local variable, before we can adapt it in cutter. (as pointed out by the message box)