vscode-cpptools
vscode-cpptools copied to clipboard
No completion results are given when a scope operator is used after a comment block
It does not work for
It's possible this might be "by design", because there's an IntelliSense parsing error at that location -- if a ; is added before the :: then the issue no longer repros.