bmewburn / vscode-intelephense

PHP intellisense for Visual Studio Code
https://intelephense.com
Other
1.56k stars 92 forks source link

fix: add `intelephense` to the prefix of `completion.suggestObjectOperatorStaticMethods` setting #2923

Closed yaegassy closed 3 days ago

yaegassy commented 3 days ago

The default settings in VSCode were missing the intelephense prefix, making it impossible to enable or disable the settings correctly, so I fixed it.