Skip to content

Follow require/include statements for variable definitions #379

Open
@johan-lejdung

Description

@johan-lejdung

I can't seem to get code completion working for my project. I have installed the plugin and linked to my php 7 bin folder.

Static functions seem to work okay but as soon as there is code similar to this:

File 1:

Class Test {
function test()
{
    echo "hi";
}
}

File 2:

$tt = new Test();
$tt->test();

There is no code completion and no way for me to go to the definition. Is there any knows problems related to this or have it setup it in the wrong way?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions