Skip to content

IntelliSense-based Go to Definition fails with const methods #3014

@sean-mcmanus

Description

@sean-mcmanus

struct foo
{
int func() const;
};

int main()
{
foo f;
f.func(); // Go to def fails when it's not in the TU, i.e. it goes to the declaration.
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.quick fix

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions