filipdutescu / renamer.nvim

VS Code-like renaming UI for Neovim, writen in Lua.
Apache License 2.0
303 stars 11 forks source link

[Feature] Add rename locations to quickfix list. #69

Closed filipdutescu closed 3 years ago

filipdutescu commented 3 years ago

Describe the issue

It would be great to add all of the locations of the rename to the quickfix list in order to make writing the changes easier.

Proposal

After renaming, add the locations of the renamed words to the quickfix list.

Alternatives

Additional context