Vixen
02b45cc4
csharp
public readonly record struct CompletionItem

One 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 Label

    What is inserted and what is shown.

  • public string? Detail

    A 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