coc-phpls
coc-phpls copied to clipboard
renaming feature doesn't save modifications
Hi,
when renaming a variable using
nmap <leader>rn <Plug>(coc-rename)
after renaming the various buffers affected by the changes are not saved. I can't get evidence of the modification using git (status)
Hi, thanks for the feedback.
I think this is due to the nature of vim. The temporary solution is to add a shortcut save all buffers.
And then I'm going to implement auto save renamed file buffers
Hi @marlonfan, could you share your shortcut for this while the auto save isn't done? thanks
Actually, we can just hit :wa on quickfix window to get all files saved.