Skip to content

Commit

Permalink
Merge pull request #2923 from yaegassy/fix/missing-intelephense-prefi…
Browse files Browse the repository at this point in the history
…x-of-setting

fix: add `intelephense` to the prefix of `completion.suggestObjectOperatorStaticMethods` setting
  • Loading branch information
bmewburn authored Jun 30, 2024
2 parents dc93d53 + 6fb0af9 commit f2b4a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
"description": "The maximum number of completion items returned per request.",
"scope": "window"
},
"completion.suggestObjectOperatorStaticMethods": {
"intelephense.completion.suggestObjectOperatorStaticMethods": {
"type": "boolean",
"default": true,
"description": "PHP permits the calling of static methods using the object operator eg `$obj->myStaticMethod();`. If you would prefer not to have static methods suggested in this context then set this value to `false`. Defaults to `true`.",
Expand Down

0 comments on commit f2b4a05

Please sign in to comment.