Skip to main content
Version: Next

Class CompletionThing

Assembly: RCaron.AutoCompletion.dll
View Source
Declaration
csharp
public class CompletionThing
Declaration
csharp
public class CompletionThing

Properties

Word

View Source
Declaration
csharp
public required string Word { get; set; }
Declaration
csharp
public required string Word { get; set; }

Kind

View Source
Declaration
csharp
public required CompletionItemKind Kind { get; set; }
Declaration
csharp
public required CompletionItemKind Kind { get; set; }

DetailPreface

In case Detail is getting autogenerated, preface it with this.

View Source
Declaration
csharp
public string? DetailPreface { get; set; }
Declaration
csharp
public string? DetailPreface { get; set; }

Detail

View Source
Declaration
csharp
public string? Detail { get; set; }
Declaration
csharp
public string? Detail { get; set; }

Documentation

Documentation in markdown. Should

View Source
Declaration
csharp
public string? Documentation { get; set; }
Declaration
csharp
public string? Documentation { get; set; }

Deprecated

View Source
Declaration
csharp
public bool Deprecated { get; set; }
Declaration
csharp
public bool Deprecated { get; set; }

Modifier

View Source
Declaration
csharp
public CompletionItemModifier Modifier { get; set; }
Declaration
csharp
public CompletionItemModifier Modifier { get; set; }

Extension Methods