zed/crates/lsp
Kirill Bulatov 9bc4e3b4ae
Do not resolve more completion fields (#19021)
As Zed instantly shows completion items in the completion menu, and the
resolve will cause the details to appear, flickering.
We can safely resolve the `documentation`, `additionalTextEdits` and
`command` fields, the rest should be resolved eagerly for now.

Release Notes:

- Fixed completion menu rendering
2024-10-10 16:10:18 +03:00
..
src Do not resolve more completion fields (#19021) 2024-10-10 16:10:18 +03:00
Cargo.toml Add the ability to edit remote directories over SSH (#14530) 2024-07-19 10:27:26 -07:00
LICENSE-GPL