-
Notifications
You must be signed in to change notification settings - Fork 33
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
interactive projectile-grep like counsel-projectile-grep #281
Comments
This is discussed more generally in #114. You can achieve that currently with Selectrum by passing a dynamic candidate function to |
Thanks! I had missed #114 - I'll keep an eye on it and also check out the wiki! |
Can be closed? We have consult-grep, consult-ripgrep and consult-git-grep with project support now. |
Oh cool! I'll check them out. |
I've had a look at these 3 functions and they are almost perfect, but they are lacking the final piece in terms of integration with
Although that doesn't explicitly say it, the key difference is that if you are visiting a file in a subdirectory of the git repo and you invoke So ideally there would be an analogous |
@aspiers No, actually they are perfect ;) I wrote above: with project support - they can be configured such that they behave like you described. But I must admit, the readme didn't mention project support before. I updated the readme. Please take a look. |
OK great, thanks. I had noticed the mention of project support and as a result even read the source for the three functions but had missed that the support is "hidden" in |
After reading #112 and #233, I have stopped using counsel-projectile and now have most projectile commands working nicely with selectrum. However I notice that
projectile-grep
does not dynamically update a list of candidates as more characters are entered, in the same way thatcounsel-projectile-grep
did. Is there any way to achieve this?The text was updated successfully, but these errors were encountered: