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/helix-term
Philipp Mildenberger ff26208427 Filter language servers also by capabilities in `doc.language_servers_with_feature`
* Add `helix_lsp::client::Client::supports_feature(&self, LanguageServerFeature)`
* Extend `doc.language_servers_with_feature` to use this method as filter as well
* Add macro `language_server_with_feature!` to reduce boilerplate for non-mergeable language server requests (like goto-definition)
* Refactored most of the `find_map` code to use the either the macro or filter directly via `doc.language_servers_with_feature`
1 year ago
..
src Filter language servers also by capabilities in `doc.language_servers_with_feature` 1 year ago
tests cleanup integration tests 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump libc from 0.2.142 to 0.2.144 (#7000) 1 year ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago