lsp / org.pinelang.lsp.lsp / LSPMethod
LSPMethod¶
enum class LSPMethod
Enum Values¶
Name | Summary |
---|---|
Ignore | |
Initialize | |
Initialized | |
TextDocumentDidOpen | |
TextDocumentDidChange | |
TextDocumentDocumentSymbol | |
TextDocumentCompletion | |
Hover | |
Shutdown | |
PublishDiagnotics |
Properties¶
Name | Summary |
---|---|
method | val method: String |
paramType | val paramType: Class <*> |
Companion Object Functions¶
Name | Summary |
---|---|
fromMethod | fun fromMethod(method: String ): LSPMethod |