From d46aafe0686890437edc50f497979e6d9d02521c Mon Sep 17 00:00:00 2001 From: Martino Pilia Date: Sun, 2 Jun 2019 10:43:22 +0200 Subject: [PATCH] Update ALE capabilities --- Editor-Configuration.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Editor-Configuration.md b/Editor-Configuration.md index b173aa9..2c2cddd 100644 --- a/Editor-Configuration.md +++ b/Editor-Configuration.md @@ -1,15 +1,16 @@ -| 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]| + +| 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]|with [vim-ccls]| - Atom IDE: [atom-ide-ccls] - Emacs: [eglot] [emacs-ccls]