muren.nvim icon indicating copy to clipboard operation
muren.nvim copied to clipboard

Lsp rename

Open AckslD opened this issue 1 year ago • 0 comments

Could maybe be useful to have a more where instead of :s/ we use LSP rename.

Not sure exactly what the behaviour should be but maybe something like:

You find all matches of the users regex. You go-to-definition to all of them such that you only have one per variable definition. Then you run the LSP rename on all of them, or possibly let the user pick one/a subset. This would be for each line/pattern in the UI.

AckslD avatar Apr 27 '23 05:04 AckslD