Why does ReSharper intellisense shows private functions and fields outside of the class file
Hello,
Resharper Intellisense will list private functions or fields which makes not sense because if you actually select a private member, you immediately get the red squiggle that the member is inaccessible.
is this a bug or intentional?
Please sign in to leave a comment.
Hello Rob,
Support for accessibility checking in C++ hasn't yet been added to code completion. You can vote for and follow https://youtrack.jetbrains.com/issue/RSCPP-16064 to get notified when it's done.
Thanks for the report!