Freigeben über


CompletionItem Class

Definition

public class CompletionItem
type CompletionItem = class
Public Class CompletionItem
Inheritance
CompletionItem

Constructors

CompletionItem()

Properties

Detail

A human-readable string with additional information about this item, like type or symbol information.

Documentation

A human-readable string that represents a doc-comment.

InsertText

The text to be inserted into the editor if the completion item is selected.

Kind

The kind of this completion item. Based of the kind an icon is chosen by the editor. The standardized set of available values is defined in CompletionItemKind.

Label

The label of this completion item. By default also the text that is inserted when selecting this completion.

SortText

A string that should be used when comparing this item with other items. When omitted the label is used as the sort text for this item.

Applies to