CompletionList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class which represents a completion list.
See the Language Server Protocol specification for additional information.
public ref class CompletionList
[System.Runtime.Serialization.DataContract]
public class CompletionList
[<System.Runtime.Serialization.DataContract>]
type CompletionList = class
Public Class CompletionList
- Inheritance
-
CompletionList
- Attributes
Constructors
CompletionList() |
Properties
IsIncomplete |
Gets or sets a value indicating whether Items is the complete list of items or not. If incomplete is true, then filtering should ask the server again for completion item. |
ItemDefaults |
Gets or sets the completion list item defaults. See https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionList |
Items |
Gets or sets the list of completion items. |