vscode-intelephense
vscode-intelephense copied to clipboard
Cannot detect dynamic symbol references
Describe the bug symbol references are not detected if the symbol is referenced using a variable variable (${$var} | $$var)
To Reproduce
- create a variable holding a value
- create another variable with the value as the name of the first variable
- reference the first variable using the second variable
Expected behaviour for the reference to the variable to be detected
Screenshots If applicable, add screenshots to help explain your problem.
Platform and version OS and Intelephense version. v1.10.2
Ubuntu 23.10
Please add a code example, I don't understand the issue. Below worked for me.