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

Use ast-grep for lspsaga project rename

Open cryptomilk opened this issue 1 year ago • 0 comments

Describe the solution you'd like Currently for project rename lspsaga is using ripgrep. However this will replace it in all files and sometimes doesn't work as expected. The solution would be to use ast-grep. ast-grep is a fast and polyglot tool for code structural search, lint, rewriting at large scale!

https://ast-grep.github.io/

cryptomilk avatar Jan 12 '24 12:01 cryptomilk