From 91ff61cc22c08e2c247b6b689561e6d18cf276e7 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 22 Dec 2022 18:55:15 -0500 Subject: detail text --- lsp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lsp.h') diff --git a/lsp.h b/lsp.h index d8d8029..d965cf6 100644 --- a/lsp.h +++ b/lsp.h @@ -136,6 +136,8 @@ typedef struct { LSPString label; // text used to filter completions LSPString filter_text; + // more detail for this item, e.g. the signature of a function + LSPString detail; // the edit to be applied when this completion is selected. LSPTextEdit text_edit; // note: the items are sorted here in this file, -- cgit v1.2.3