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

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