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.

0
1 comment

The issue is being processed in CPP-44513.

0

Please sign in to leave a comment.