I thought this was a fuzzy finder issue: folke/snacks.nvim#1060 or an issue with the phpactor.nvim plugin: gbprod/phpactor.nvim#41 but apparently it's an issue with phpactor itself
I'm using phpactor on a ~20k class project
If I use Telescope lsp_workspace_symbols and paste in a class name, whether it appears or not seems to be entirely arbitrary.
If I run phpactor index | grep SEARCHTERM in a terminal I get a much larger result set than the same search inside Telescope lsp_workspace_symbols or Snacks.picker()
It appears the results from phpactor are incomplete like there's some kind limit on the number of results that appear in the searchable list. I don't know exactly how nvim communicates with phpactor or if this is an nvim or phpactor problem.
I thought this was a fuzzy finder issue: folke/snacks.nvim#1060 or an issue with the phpactor.nvim plugin: gbprod/phpactor.nvim#41 but apparently it's an issue with phpactor itself
I'm using phpactor on a ~20k class project
If I use
Telescope lsp_workspace_symbolsand paste in a class name, whether it appears or not seems to be entirely arbitrary.If I run
phpactor index | grep SEARCHTERMin a terminal I get a much larger result set than the same search insideTelescope lsp_workspace_symbolsorSnacks.picker()It appears the results from phpactor are incomplete like there's some kind limit on the number of results that appear in the searchable list. I don't know exactly how nvim communicates with phpactor or if this is an nvim or phpactor problem.