Could you please add an option to sort the clang intellisense suggestions by scope? I have a bunch of global typedefs, enums, and methods (STM32 Cube Drivers) clogging up my intellisense suggestions. Creating abstract adapters for the whole thing is not really an option right now.
Sorry, this is a bit too specific and non-trivial to add. We would recommend using name filtering (typing a part of the method or a class) and type filters (buttons in the suggestion window) instead.
I meant a sort of the autocomplete suggestions in order of scope relative to the current text being typed in the scope hierarchy, from localest level to globalest level. Like, if you’re coding a member function for a class, put matching member variables, enums, functions and structs local to the same class higher on the autocomplete list than global ones.