CompletionRegistrationOptions

Undocumented in source.

Constructors

this
this(Nullable!(string[]) triggerCharacters, Nullable!bool resolveProvider)
Undocumented in source.

Members

Variables

resolveProvider
Nullable!bool resolveProvider;
Undocumented in source.
triggerCharacters
Nullable!(string[]) triggerCharacters;
Undocumented in source.

Inherited Members

From TextDocumentRegistrationOptions

documentSelector
Nullable!DocumentSelector documentSelector;
Undocumented in source.

Meta