| | 1 | 语言服务器协议 LSP |
| | 2 | |
| | 3 | 1. https://www.eclipse.org/community/eclipse_newsletter/2017/may/article1.php |
| | 4 | 2. 基于JSON RPC 2.0 https://www.jsonrpc.org/specification |
| | 5 | 3. LSP protocol |
| | 6 | - https://github.com/Microsoft/language-server-protocol |
| | 7 | - https://microsoft.github.io/language-server-protocol/ |
| | 8 | 4. LSP server |
| | 9 | - v8 https://github.com/v8/v8 |
| | 10 | - typescript https://github.com/microsoft/TypeScript/tree/main, https://github.com/Microsoft/TypeScript-Sublime-Plugin |
| | 11 | - https://code.visualstudio.com/api/references/vscode-api#languages |
| | 12 | - https://github.com/eclipse-jdtls/eclipse.jdt.ls |
| | 13 | - https://emacs-lsp.github.io/lsp-java/ |