Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature requests #13

Open
IndianBoy42 opened this issue May 4, 2023 · 1 comment
Open

feature requests #13

IndianBoy42 opened this issue May 4, 2023 · 1 comment

Comments

@IndianBoy42
Copy link

  1. ability to have a separate commit action/keybinding rather than on save (autowrite or writeall sometimes makes a spurious save)
  2. ability to directly create a replacer buffer from list of quickfix items without actually setting or opening the quickfix list (such as directly from telescope or from the callback for vim.lsp.buf.references)
  3. dont/warn about the replace/rename if the buffer/region/file that the quickfix item used to refer to has changed.
@gabrielpoca
Copy link
Owner

gabrielpoca commented Jul 29, 2023

Hey 👋
Sorry for the delay. I added the functionality you asked for in 1) on 089aec6 . Can you give it a try?
For 2) I don't think I'll be able to do it. The current implementation is very coupled to using a quickfix window.
For 3) I believe it's already fixed. Can you try again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants