Skip to main content

Crate perl_lsp_symbol_query

Crate perl_lsp_symbol_query 

Source
Expand description

Query matching and ranking helpers for workspace symbol search.

This crate has a single responsibility: provide reusable matching and ranking primitives used by LSP symbol-search providers.

Functionsยง

compare_names_by_query
Compares two symbol names by query relevance.
matches_query
Returns true when a symbol name matches the provided query.