Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Argument autocompletion based on .phpstorm.meta.php #243

Open
DmitryFurs opened this issue Apr 21, 2022 · 0 comments
Open

Argument autocompletion based on .phpstorm.meta.php #243

DmitryFurs opened this issue Apr 21, 2022 · 0 comments
Assignees
Labels

Comments

@DmitryFurs
Copy link

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.

@Haehnchen Haehnchen self-assigned this Apr 23, 2022
@Haehnchen Haehnchen added the todo label Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants