Skip to content

[nvim]: lsp_workspace_symbols incomplete on large project #2844

@TRPB

Description

@TRPB

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions