Autocomplete - How to remove symbols from completion? #7058
-
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)? |
Beta Was this translation helpful? Give feedback.
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 are there workarounds for this? |
Beta Was this translation helpful? Give feedback.
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 are there workarounds for this?