I've tried making use of ivy-read for opening the file of a class in PHP, using ede-php-autoload. ede-php-autoload-complete-type-name will take the prefix of a namespace/class, and provide completions, so I figured I should combine it with :dynamic-collection in order to reevaluate the candidates as one narrows down the selection.
It doesn't seem to work with tab completion, which is rather unfortunate. Am I missing something?
I've tried making use of ivy-read for opening the file of a class in PHP, using ede-php-autoload.
ede-php-autoload-complete-type-namewill take the prefix of a namespace/class, and provide completions, so I figured I should combine it with:dynamic-collectionin order to reevaluate the candidates as one narrows down the selection.It doesn't seem to work with tab completion, which is rather unfortunate. Am I missing something?