ZIm/crates/lsp/src
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
..
input_handler.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
lsp.rs Do not resolve more completion fields (#19021) 2024-10-10 16:10:18 +03:00