idea-php-annotation-plugin icon indicating copy to clipboard operation
idea-php-annotation-plugin copied to clipboard

Argument autocompletion based on .phpstorm.meta.php

Open DmitryFurs opened this issue 3 years ago • 0 comments

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. image

But when using the annotation plugin, autocompletion substitutes only the name of the argument image

but does not substitute value variants image image

If metadata support had been added, it would have made using the plugin even more convenient.

DmitryFurs avatar Apr 21 '22 15:04 DmitryFurs