kadir çetinkaya

Results 11 issues of 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...

![Screenshot 2020-03-13 at 10 15 31 PM](https://user-images.githubusercontent.com/897555/76652767-4f59fd80-6578-11ea-858e-acdb5b4023ec.png)

![Screenshot from 2020-03-09 08-35-10](https://user-images.githubusercontent.com/897555/76192006-02c19b80-61e1-11ea-96e2-53f306967d31.png) 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. ![Screenshot from 2020-02-20 14-23-27](https://user-images.githubusercontent.com/897555/74937595-a55dda00-53ec-11ea-9875-25a44b514637.png)

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...

enhancement

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...

enhancement
help wanted

```cpp struct A { int operator++(int); }; void b() { A a; a++; } ``` Triggering code actions on `++` of `a++` crashes with: ``` Not an overloadable binary operator...