sublimelsp / LSP-intelephense

PHP support for Sublime's LSP plugin provided through intelephense.
MIT License
96 stars 3 forks source link

rename with global variables issue #86

Closed 8ctopus closed 1 year ago

8ctopus commented 1 year ago

As an example, rename from $mail to $_ENV['MAIL'] does not work. Sublime Text 4143 on Windows.

jfcherng commented 1 year ago

We don't implement the function but just follow what the server instructs. That says, this is an upstream issue or feature request. If you are interested in it, please file it to https://github.com/bmewburn/vscode-intelephense.

Btw, if it works in VSCode but not in ST, then it's most likely our issue.

8ctopus commented 1 year ago

Thank you, I've reported the issue upstream.