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-lsp/src
Michael Davis b7b6f30084 Use a hook for resolving completion items
Previously we used the IdleTimeout event to trigger LSP
`completion/resolveItem` requests. We can now refactor this to use an
event system hook instead and lower the timeout.
7 months ago
..
client.rs Use a hook for resolving completion items 7 months ago
file_event.rs Drop mut from variable to silence linter (#7704) 1 year ago
file_operations.rs make path changes LSP spec conform (#8949) 8 months ago
jsonrpc.rs LSP: Add request ID to request timeout message (#6010) 2 years ago
lib.rs fix lsp config reload (#9415) 8 months ago
snippet.rs Fix typos (#6643) 2 years ago
transport.rs Exit a language server if it sends a message with invalid json (#9332) 9 months ago