In some cases you want completion to give results even though IntelliSense thinks the values are not accessible (i.e. private). A couple bugs this can work around is https://github.com/Microsoft/vscode-cpptools/issues/1955 and https://github.com/Microsoft/vscode-cpptools/issues/1943.
In some cases you want completion to give results even though IntelliSense thinks the values are not accessible (i.e. private).
A couple bugs this can work around is #1955 and #1943.