kadir çetinkaya
kadir çetinkaya
Since this is the first issue in the repo, let me clarify why I(and possibly others) will file bugs in here: This extension might not be the right place to...

 The right hand side carries important information like type and source of the completion item. Even if there's a single suggestion with a long text, it...
normally clangd inserts missing includes via additionaledits attached to code completion items, this doesn't seem to be triggered when you commit the completion with any other key than enter though.
When you trigger a completion via a commit character instead of hitting enter (for example parentheses or dot) completion text gets inserted after `updatetime` delay or as soon as you...
In the given example below, I've typed `Preamble->Pr.` which autocompleted last part into `Preamble.` but didn't trigger a code completion afterwards. 
Hello everyone, thanks for the great work! I was trying to update our internal version of urllib3 from 1.15.1 to 1.24.1 when running regression tests I've noticed there was an...
I know there's no clear winner on this one, but it would be great if we could "smartly" choose the desugared type. It might make sense to do that at...
Currently clangd doesn't work with non-self-contained files, even if people have a way to build their projects with those files, for example by merging some/all of non-self-contained files into a...
```cpp struct A { int operator++(int); }; void b() { A a; a++; } ``` Triggering code actions on `++` of `a++` crashes with: ``` Not an overloadable binary operator...