Replies: 8 comments 4 replies
-
The biggest use case for me is vim's :grep command, which I use heavily. While a ripgrep "picker" might or might not make sense, a simple call out to rg that populates the qf would be great. |
Beta Was this translation helpful? Give feedback.
-
Just tried out your branch and it works pretty smoothly. The ability to populate from pickers is pretty flexible — I particularly like that you can use I was going to suggest having Nice work, and would love to see this get fleshed out with an actual quickfix window and put into core. |
Beta Was this translation helpful? Give feedback.
-
Hello, is there any progress? A lot of people need this feature. |
Beta Was this translation helpful? Give feedback.
-
The ability to add an entire search list to a quickfix list, or individual items from a search list, would be insane. Really enjoying this editor and watching it improve. |
Beta Was this translation helpful? Give feedback.
-
Is this the same as LSP-provided fixes like what "ctrl+." does in VSCode? I am not sure how the file picker mentioned in the top post comes into play. |
Beta Was this translation helpful? Give feedback.
-
Maybe I can bump this one to resuscitate it :) Would it be possible to simply have a command to open the next entry (and previous entry) from the last picker ? Most people already use the |
Beta Was this translation helpful? Give feedback.
-
While we are on the topic, It would be really amazing if it could be possible to add a feature like wgrep to the quickfix list as well! I think it fits nicely with the kakoune philosophy :) |
Beta Was this translation helpful? Give feedback.
-
any updates on this? it doesn't seem like anything quickfix-related is going anywhere. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has there been previous discussion (sorry if I couldn't find it on GitHub) about adding something like quickfix to core?
Specific things I'd like to see, personally:
]q
+[q
.cexec
).Edit: I've got a prototype started here. Currently supports taking any "FilePicker" and pressing C-q to slurp the filtered items into the quickfix list, navigable by ]q and [q. Works with both <space>/ and gr, for example. I plan to keep using it personally for a bit since it was critical to my vim workflow but super interested in any feedback if others try running it.
Beta Was this translation helpful? Give feedback.
All reactions