CompletionType

The type of completion list being returned

Values

ValueMeaning
identifiers"identifiers"

The completion list contains a listing of identifier/kind pairs.

calltips"calltips"

The auto-completion list consists of a listing of functions and their parameters.

location"location"

The response contains the location of a symbol declaration.

ddoc"ddoc"

The response contains documentation comments for the symbol.

Meta