Closed martin-braun closed 1 year ago
I'm also interested in this feature. Every time instead I have to <C-n>
select every occurrence of a variable and batch rename it with multi cursor plugin.
It seems that bash-language-server community is already working on that.
See more on #161
@thi-marques That's awesome, CoC plugins are more accessible than LSP though, so I hope this will be covered in coc-sh
as well.
@martin-braun coc-sh is using bash-language-server, renaming needs to be implemented there first.
@josa42 Thanks, I wasn't aware about this. Great, then it just needs to be implemented on https://github.com/bash-lsp/bash-language-server and we are good to go. 🙏
I was installing this plugin in the hope to refactor variables in bash scripts, but it fails: