MLIR
20.0.0git
|
#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... | |
Definition at line 153 of file Protocol.h.
bool mlir::lsp::ClientCapabilities::codeActionStructure = false |
Client supports CodeAction return value for textDocument/codeAction.
textDocument.codeAction.codeActionLiteralSupport.
Definition at line 160 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
bool mlir::lsp::ClientCapabilities::hierarchicalDocumentSymbol = false |
Client supports hierarchical document symbols.
textDocument.documentSymbol.hierarchicalDocumentSymbolSupport
Definition at line 156 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().