Open
Description
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
-
open xyz.php
-
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.