vscode-intelephense icon indicating copy to clipboard operation
vscode-intelephense copied to clipboard

Cannot detect dynamic symbol references

Open kale1d0code opened this issue 1 year ago • 1 comments

Describe the bug symbol references are not detected if the symbol is referenced using a variable variable (${$var} | $$var)

To Reproduce

  1. create a variable holding a value
  2. create another variable with the value as the name of the first variable
  3. 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

kale1d0code avatar Jan 22 '24 14:01 kale1d0code

Please add a code example, I don't understand the issue. Below worked for me. Screenshot from 2024-02-17 18-05-52

bmewburn avatar Feb 17 '24 07:02 bmewburn