Skip to content

Commit

Permalink
completion.suggestObjectOperatorStaticMethods setting
Browse files Browse the repository at this point in the history
  • Loading branch information
bmewburn committed Jun 25, 2024
1 parent 3e5269b commit b119c05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,12 @@
"description": "The maximum number of completion items returned per request.",
"scope": "window"
},
"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`.",
"scope": "window"
},
"intelephense.format.enable": {
"type": "boolean",
"default": true,
Expand Down

0 comments on commit b119c05

Please sign in to comment.