Noustaa wrote:

There is 2 different features involved here.
1) The fact that if i type "inc" it will suggest me both includes snippets
Like the below image the ones tagged LSP on the right side
![image](https://github.com/user-attachments/assets/a21e1db2-f057-4460-921e-d62d25efb794)

2) The fact that if i type "#include <str" it is supposed to search my library 
path to suggest "string" as autocompletion for headers.

In the feature i'm trying to implement, number 1 should be OFF if CodePatterns 
is set to None but number 2 should still be working.
Are these 2 features (num 1 & 2) coupled or can they be managed separately as 
the current state ?

https://github.com/llvm/llvm-project/pull/137613
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to