Add support for insert_text_mode of a completion (#28171)

I wanted this for CONL (https://conl.dev )'s nascent langauge server,
and it seems like most of the support was already wired up on the LSP
side, so this surfaces it into the editor.

Release Notes:

- Added support for the `insert_text_mode` field of completions from the
language server protocol.
This commit is contained in:
Conrad Irwin
2025-04-07 10:35:11 -06:00
committed by GitHub
parent 5a7222edc5
commit a577a72f69
10 changed files with 91 additions and 4 deletions
+1
View File
@@ -240,6 +240,7 @@ impl CompletionsMenu {
icon_path: None,
documentation: None,
confirm: None,
insert_text_mode: None,
source: CompletionSource::Custom,
})
.collect();