You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we describe the arguments for the constructor, and then when creating a new object using autocompletion, the described options will be available to us.
But when using the annotation plugin, autocompletion substitutes only the name of the argument
but does not substitute value variants
If metadata support had been added, it would have made using the plugin even more convenient.
The text was updated successfully, but these errors were encountered:
PhpStorm provides the ability to add a metadata file and describe the expected parameters for methods in it.
https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html
If we describe the arguments for the constructor, and then when creating a new object using autocompletion, the described options will be available to us.
But when using the annotation plugin, autocompletion substitutes only the name of the argument
but does not substitute value variants
If metadata support had been added, it would have made using the plugin even more convenient.
The text was updated successfully, but these errors were encountered: