You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use clang >= 7, FixIts are available in completion items (clang::CodeCompleteOptions::IncludeFixIts). I pushed a commit to deprioritize completion items with such AccessOpFixIt (. to -> and its converse)
I'm thinking if an initialization option is necessary.
Very few language clients support additionalTextEdits right now (the specification is underspecified).
If you use Emacs company-lsp, you probably want (setq company-transformers nil company-lsp-cache-candidates nil) to disable client-side sorting. (company-prescient cannot be used, etc)
Hi @MaskRay,
It seems that ccls doesn't take operator-> into consideration - it can be easy spotted when using smart pointers.
"|" indicates current cursor position.
Currently langserver provides completions for:
Version:
Installed from AUR, ccls-git 1758.e101e478-1
Anyway, thanks for great tool, it improved my C++ development experience quite a lot :)
The text was updated successfully, but these errors were encountered: