csharp
public readonly record struct CompletionItemOne thing an autocomplete popup offers.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public string LabelWhat is inserted and what is shown.
public string? DetailA type, a signature, a namespace — shown greyed beside it.
Methods (1)
public CompletionItem(string Label, string? Detail = null)One thing an autocomplete popup offers.
Used by (2)
- CodeEditorVixen.Ui.Controls.Advanced
- CodeEditorTestsVixen.Ui.Controls.Advanced.Tests