CompletionItemLabelDetails
Object Hierarchy:
Description:
[ Compact ( opaque = true ) ]
[ CCode ( ref_function = "lsp_completion_item_label_details_ref" , unref_function = "lsp_completion_item_label_details_unref" ) ]
public class CompletionItemLabelDetails
Additional details for a completion item label.
Since:
3.17.0
Content:
Properties:
- public string? description { get; set; }
An optional string which is rendered less prominently after the detail
string. Should be used for fully qualified names or file paths.
- public string? detail { get; set; }
An optional string which is rendered less prominently directly after
detail, without any spacing. Should be used for function signatures or type annotations.
Creation methods:
Methods:
- public unowned CompletionItemLabelDetails @ref ()
- public Variant to_variant ()
- public void unref ()