Skip to content

Variables defined in other PHP files are not shown in hints after including the PHP files #719

Open
@Nainabhandari8

Description

@Nainabhandari8

NOTE:
-Download brackets from brackets.io page.
-Install PHP7 as LSP features like diagnostic problem, find references, find symbols, jump to definition, code hints, parameter hints are only supported in PHP7.

problem :

Variables defined in other PHP files are not shown in hints after including the PHP files.
(hints will be shown when we start typing file name. E.g: fopen, when we type "fo" it will show list of function starting from "fo")

Steps:

Open the attached folder in Brackets

  1. open xyz.php

  2. Type echo $

result:

$color2 and $fruit2 are not displayed though pqr.php is included.

Expected Result:
$color2 and $fruit2 should be displayed when pqr.php is included.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions