You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/helix-term
Gokul Soumya d1f717eb8d Re-request workspace symbols on keypress in picker
Most language servers limit the number of workspace symbols that
are returned with an empty query even though all symbols are
supposed to be returned, according to the spec (for perfomance
reasons). This patch adds a workspace symbol picker based on a
dynamic picker that allows re-requesting the symbols on every
keypress (i.e. when the picker query text changes). The old behavior
has been completely replaced, and I have only tested with
rust-analyzer so far.
2 years ago
..
src Re-request workspace symbols on keypress in picker 2 years ago
tests Fix transaction composition order in History::changes_since (#4981) 2 years ago
.gitignore Initial import. 4 years ago
Cargo.toml Show (git) diff signs in gutter (#3890) 2 years ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago