Closed
Description
Hello
Can ctags skip the new module import statements in C++ 20 please ?
For example the following line produces a definition tag for symbol 'std':
import std;
The resulting tag should be a reference and not a definition. The corresponding export module std;
line would be expected definition, plus multiple module std;
lines if present in other files
But just skipping the import line entirely would still fix the wrong definition.
(@masatake added)
Metadata
Assignees
Labels
No labels