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

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

Public Attributes

bool hierarchicalDocumentSymbol = false
 Client supports hierarchical document symbols. More...
 
bool codeActionStructure = false
 Client supports CodeAction return value for textDocument/codeAction. More...
 

Detailed Description

Definition at line 156 of file Protocol.h.

Member Data Documentation

◆ codeActionStructure

bool mlir::lsp::ClientCapabilities::codeActionStructure = false

Client supports CodeAction return value for textDocument/codeAction.

textDocument.codeAction.codeActionLiteralSupport.

Definition at line 163 of file Protocol.h.

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

◆ hierarchicalDocumentSymbol

bool mlir::lsp::ClientCapabilities::hierarchicalDocumentSymbol = false

Client supports hierarchical document symbols.

textDocument.documentSymbol.hierarchicalDocumentSymbolSupport

Definition at line 159 of file Protocol.h.

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


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