Issue 71213
Summary clangd: autocomplete prioritize types over other names.
Labels new issue
Assignees
Reporter AbdullahAmrSobh
    Given the following two declarations
```c
void vkResetFence();
struct PFN_vkResetFence;
```

typing `vkReset`... would recommend the symbol `PFN_vkResetFence` as the first options instead of `vkResetFence`, even though I clearly intent to type `vkResetFence` 

![image](https://github.com/llvm/llvm-project/assets/9056576/ea150de0-ac0d-4ce0-a4f2-00c54292a76f)

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to