mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 00:55:08 +00:00
Plugin to show hierarchies with some vim clients
parent
120fcdf745
commit
9dcf6c1888
@ -1,15 +1,15 @@
|
||||
| Feature/Client | [emacs-ccls] | [vscode-ccls] | [atom-ide-ccls] | [eglot] |[coc.nvim]|[LanguageClient-neovim]|[ale]|[vim-lsp]|
|
||||
| -------------------------- | --------------- | ------------- | --------------- | --------- |----------|-----------------------|-----|---------|
|
||||
| hover | ✓ | ✓ | ✓ | ✓ |✓ |✓ |✓ |✓ |
|
||||
| Diagnostics | ✓ | ✓ | ✓ | flymake |✓ |✓ |✓ | |
|
||||
| documentHighlight | ✓ | ✓ | ✓ | ✓ |✓ |✓ | | |
|
||||
| signatureHelp | echo area | dropdown | ✓ | echo area |✓ |✓ | | |
|
||||
| snippets | ✓ | ✓ | ✓ | ✓ |✓ | | | |
|
||||
| codeLens | ✓ | ✓ | ✓ | |✓ | | | |
|
||||
| onTypeFormatting | ✓ | ✓ | ✓ | |✓ | | | |
|
||||
| semanticHighlight | ✓ | ✓ | ✓ | | | | | |
|
||||
| Custom Location[] requests | ✓ | Partial | | |✓ |✓ | | |
|
||||
| Hierarchical Symbol | ✓ | ✓ | ✓ | |✓ | | | |
|
||||
| Feature/Client | [emacs-ccls] | [vscode-ccls] | [atom-ide-ccls] | [eglot] |[coc.nvim]|[LanguageClient-neovim]|[ale]|[vim-lsp] |[vim-lsc] |
|
||||
| -------------------------- | --------------- | ------------- | --------------- | --------- |----------|-----------------------|-----|---------------|---------------|
|
||||
| hover | ✓ | ✓ | ✓ | ✓ |✓ |✓ |✓ |✓ |✓ |
|
||||
| Diagnostics | ✓ | ✓ | ✓ | flymake |✓ |✓ |✓ |✓ |✓ |
|
||||
| documentHighlight | ✓ | ✓ | ✓ | ✓ |✓ |✓ | |✓ |✓ |
|
||||
| signatureHelp | echo area | dropdown | ✓ | echo area |✓ |✓ | | | |
|
||||
| snippets | ✓ | ✓ | ✓ | ✓ |✓ | | | | |
|
||||
| codeLens | ✓ | ✓ | ✓ | |✓ | | | | |
|
||||
| onTypeFormatting | ✓ | ✓ | ✓ | |✓ | | | | |
|
||||
| semanticHighlight | ✓ | ✓ | ✓ | | | | | | |
|
||||
| Custom Location[] requests | ✓ | Partial | | |✓ |✓ | | | |
|
||||
| Hierarchical Symbol | ✓ | ✓ | ✓ | |✓ |with [vim-ccls] | |with [vim-ccls]|with [vim-ccls]|
|
||||
|
||||
- Atom IDE: [atom-ide-ccls]
|
||||
- Emacs: [eglot] [emacs-ccls]
|
||||
@ -31,5 +31,6 @@ https://github.com/MaskRay/ccls/wiki/FAQ#definitions and following sections.
|
||||
[lsp-mode]: https://github.com/emacs-lsp/lsp-mode
|
||||
[vim-lsp]: https://github.com/prabirshrestha/vim-lsp
|
||||
[vim-lsc]: https://github.com/natebosch/vim-lsc
|
||||
[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
|
Loading…
Reference in New Issue
Block a user