Skip to content

Goto declaration don't work on function parameter #6

@eranif

Description

@eranif

The features, include [Goto implementation], [Goto declaration] and [Find reference], won't work if the variables are declaration at function parameters, but they work fine on the local, global variables or preprocessors.
As the following sample code, [goto declaration] doesn't work on "para", and [Find reference] will find 0 result.

void hellofunction(int para)
{
para = 0;
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions