diff options
Diffstat (limited to 'lsp.h')
-rw-r--r-- | lsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |