Bozhidar Batsov
Bozhidar Batsov
Probably some temp regression in the development build, but it's hard to be sure. I rarely track the upstream development these days, as things there change very rapidly. If someone...
Actually I'm fairly certain you just fell victim of Projectile stopping to enable `ido` out-of-the-box https://emacsredux.com/blog/2021/04/19/configuring-minibuffer-completion-in-projectile/
So, a problem that solved itself? My favourite kind! 😆
Seems related to https://github.com/bbatsov/projectile/issues/1130. I'll take a closer look when I can, but everyone's welcome to beat me to it.
There's a `projectile-generic-command` that's used outside of VC dirs, and you can set the type of a project explicitly using `.dir-locals.el` to whatever you want. There's also a `projectile-find-file-in-dir` (or...
> so a command like projectile-find-file-gen that just uses projectile-generic-command no matter what, wold be really useful in some cases. Sure. That's something that's very easy to add. I'll do...
Sorry about this. I've had really little time for Projectile lately and unfortunately there haven't been many contributors either. I've reopened and pinned this ticket.
> This is because Projectile uses git ls-files in projectile-git-command, and git ls-files shows files in the index, not files in the working directory. Yeah, that's true. Seems to me...
PRs welcome! :-)
@basil-conto It'd be even better if you tried to implement some of your ideas. Unfortunately I'm short on time for Projectile these days and this issue is fairly low in...