sublimelsp / LSP-intelephense

PHP support for Sublime's LSP plugin provided through intelephense.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rename with global variables issue

8ctopus opened this issue · comments

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

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.

Thank you, I've reported the issue upstream.