bmewburn / vscode-intelephense

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

Suggestion based on property typing when using "new" #2851

Open MauroVinicius opened 2 months ago

MauroVinicius commented 2 months ago

Feature description or problem with existing feature When instantiating an object for a typed property there is no suggestion based on typing

Describe the solution you'd like When instantiating a class of the property, Intelephense could suggest the type's own class

Additional context image image image