How to Disable Autocompletion for Inaccessible Members in CLion
Answered
When a parent class has public functions, these member functions are still suggested in code autocompletion even when the derived class inherits the parent class using private inheritance.
Please refer to the following GIF for illustration.

Please sign in to leave a comment.
The issue is being processed in CPP-44513.