How to Disable Autocompletion for Inaccessible Members in CLion

已回答

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

The issue is being processed in CPP-44513.

0

请先登录再写评论。