MLIR  19.0.0git
Public Attributes | List of all members
mlir::lsp::CompletionList Struct Reference

Represents a collection of completion items to be presented in the editor. More...

#include "mlir/Tools/lsp-server-support/Protocol.h"

Public Attributes

bool isIncomplete = false
 The list is not complete. More...
 
std::vector< CompletionItemitems
 The completion items. More...
 

Detailed Description

Represents a collection of completion items to be presented in the editor.

Definition at line 887 of file Protocol.h.

Member Data Documentation

◆ isIncomplete

bool mlir::lsp::CompletionList::isIncomplete = false

The list is not complete.

Further typing should result in recomputing the list.

Definition at line 890 of file Protocol.h.

Referenced by mlir::lsp::toJSON().

◆ items

std::vector<CompletionItem> mlir::lsp::CompletionList::items

The completion items.

Definition at line 893 of file Protocol.h.

Referenced by mlir::lsp::toJSON().


The documentation for this struct was generated from the following file: