smjonas / inc-rename.nvim

Incremental LSP renaming based on Neovim's command-preview feature.
MIT License
637 stars 8 forks source link

renamer.nvim: VSCode-like Input Support #48

Open gbroques opened 8 months ago

gbroques commented 8 months ago

Hi, thank you for this awesome plugin! I love the live-preview for renaming, and live-command.nvim that expands this to other commands like norm.

Is there anyway to integrate this with filipdutescu/renamer.nvim for a VSCode-like input (see below images)?

I opened a similar issue in renamer.nvim as well: https://github.com/filipdutescu/renamer.nvim/issues/137

renamer.nvim

filipdutescu/renamer.nvim demo

smjonas commented 8 months ago

Hi, I'm glad you enjoy this plugin! I did not know about renamer.nvim, well this seems like a great match to add support for. I briefly looked at the source code and it looks like it shouldn't be too difficult to implement. I put it on my todo list -- a PR is always welcome of course to speed things up!

gbroques commented 8 months ago

Hi, I'm glad you enjoy this plugin! I did not know about renamer.nvim, well this seems like a great match to add support for. I briefly looked at the source code and it looks like it shouldn't be too difficult to implement. I put it on my todo list -- a PR is always welcome of course to speed things up!

Thank you @smjonas! I appreciate the promptness and receptiveness! :clap: