helm-xref
helm-xref copied to clipboard
Feature request: helm-xref-edit
It would be great to have a helm-xref-edit
command like the helm-ag-edit
, which would allow you to edit all the lines found by helm-xref
in a new buffer.
Which languages do you use ? This feature is provided by lsp clients. Do you use eglot
or lsp-mode
?
c++ with lsp-mode
Did you try lsp-rename
?
I don't want to rename it. Lets say I want to change a pointer to a reference, I need to replace all ->
with .
. You can't do that with a rename.
Right now I have to resort to renaming the symbol to something ridiculous "make_this_symbol_easy_to_find". And then I can use helm-ag
with helm-ag-edit
to actual do what I want to do.
Ok. I use helm-ag
myself, but I don't know anything about the internals. And this looks like it will take some time.