Skip to content

C++: support modules #3932

Closed
Closed
@terminatorul

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions