Lines Matching refs:LSP
6 [LSP](https://microsoft.github.io/language-server-protocol/) IDE language
7 extensions for various MLIR-related languages. An LSP language extension is
14 ## MLIR LSP Language Server : `mlir-lsp-server`
16 MLIR provides an implementation of an LSP language server for `.mlir` text files
44 setup support in a few known LSP clients, such as vscode.
126 ## PDLL LSP Language Server : `mlir-pdll-lsp-server`
128 MLIR provides an implementation of an LSP language server for `.pdll` text files
235 PDL, and the generated C++ glue. This is a custom LSP extension, and is not
252 ## TableGen LSP Language Server : `tblgen-lsp-server`
254 MLIR provides an implementation of an LSP language server for `.td` text files
340 The handling of incoming and outgoing LSP messages is left to the
343 messages for transport. This class also has limited knowledge of the LSP, and
349 `LSPServer` handles the interpretation of the finer LSP details. This class
350 registers handlers for LSP messages and then forwards to the
353 from the LSP world to the language-specific world (e.g. MLIR, PDLL, etc.). In
354 most cases, the LSP message handlers simply forward directly to the
361 internal implementation of all of LSP queries for a specific language. These are
367 LSP Language plugins are available for many popular editors, and in principle