vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

No completion results are given when a scope operator is used after a comment block

Open browntarik opened this issue 1 year ago • 1 comments

It does not work for

Image

browntarik avatar Aug 27 '24 19:08 browntarik

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.

sean-mcmanus avatar Aug 27 '24 21:08 sean-mcmanus