vscode-cpptools
vscode-cpptools copied to clipboard
Completion fails if it's invoked on the last column of a line and the previous token is an identifier
The simplest repro is
#define FOO
FOO <invoke completion>
This was discovered from a user report at https://github.com/microsoft/vscode-cpptools/issues/13634 .