diff --git a/Editor-Configuration.md b/Editor-Configuration.md index a886602..43f2319 100644 --- a/Editor-Configuration.md +++ b/Editor-Configuration.md @@ -4,9 +4,9 @@ | hover | ✓ | ✓ | ✓ | ✓ |✓ |✓ |✓ |✓ |✓ | | Diagnostics | ✓ | ✓ | ✓ | flymake |✓ |✓ |✓ |✓ |✓ | | documentHighlight | ✓ | ✓ | ✓ | ✓ |✓ |✓ | |✓ |✓ | -| signatureHelp | echo area | dropdown | ✓ | echo area |✓ |✓ | | | | -| snippets | ✓ | ✓ | ✓ | ✓ |✓ | | | | | -| codeLens | ✓ | ✓ | ✓ | |✓ | | | | | +| signatureHelp | echo area | dropdown | ✓ | echo area |✓ |✓ | |✓ |✓ | +| snippets | ✓ | ✓ | ✓ | ✓ |✓ |with [vim-vsnip] | |with [vim-vsnip]|with [vim-vsnip]| +| codeLens | ✓ | ✓ | ✓ | |✓ |✓ | |✓ | | | onTypeFormatting | ✓ | ✓ | ✓ | |✓ | | | | | | semanticHighlight | ✓ | ✓ | ✓ | |with [vim-lsp-cxx-highlight]|with [vim-lsp-cxx-highlight]| |with [vim-lsp-cxx-highlight]| | | Custom Location[] requests | ✓ | Partial | | |✓ |✓ | | | | @@ -20,7 +20,7 @@ ### Custom `Location[]` requests -ccls supports many cross reference exntensions (requests that return `Location[]` like `textDocument/definition`), see +ccls supports many cross reference extensions (requests that return `Location[]` like `textDocument/definition`), see https://github.com/MaskRay/ccls/wiki/FAQ#definitions and following sections. [ale]: https://github.com/w0rp/ale @@ -35,4 +35,5 @@ https://github.com/MaskRay/ccls/wiki/FAQ#definitions and following sections. [vim-ccls]: https://github.com/m-pilia/vim-ccls [vscode-ccls]: https://github.com/MaskRay/vscode-ccls [monaco-editor]: https://github.com/MaskRay/ccls/wiki/Monaco-Editor +[vim-vsnip]: https://github.com/hrsh7th/vim-vsnip [vim-lsp-cxx-highlight]: https://github.com/jackguo380/vim-lsp-cxx-highlight \ No newline at end of file