Autocomplete - How to remove symbols from completion? #7058
Answered
by
michelleangela
PpHd (P-p-H-d)
asked this question in
Q&A
|
My use case is a C header only library. Some symbols of theses libraries (macros, types, ...) are only for internal use and I would like then not to appear when the user of the library writes its own code. How can I "remove" symbols from the autocomplete database (or at least order then)? |
Answered by
michelleangela
Feb 26, 2021
Replies: 1 comment 1 reply
|
Currently there isn't a setting to remove certain symbols. There's a feature request to add a completion list filter option (#1798). Sean McManus (@sean-mcmanus) are there workarounds for this? |
1 reply
Answer selected by
P-p-H-d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Currently there isn't a setting to remove certain symbols. There's a feature request to add a completion list filter option (#1798). Sean McManus (@sean-mcmanus) are there workarounds for this?