Would it be possible to do completion on a subset of the initial search?
For example, if I do projectile-find-file, can I first search for .py and then run another filter on the subset of files which have that suffix?
There's also resricto, though I haven't tried it with Selectrum.
This thread is being closed automatically by Tidier because it is labeled with "waiting on response" and has not seen any activity for 90 days. But don't worry鈥攊f you have any information that might advance the discussion, leave a comment and I will be happy to reopen the thread :)
See #232
Most helpful comment
When using Prescient or Orderless, I think you can just separate your queries with spaces to achieve this affect.
For example, I think
\.py$ some other thingswill do it.