We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see there is support for tag @uses but there is no support for @used-by even though both are valid phpdoc tags.
@uses
@used-by
As a result, tag @used-by does not get highlighting and is not included in the preview of the function:
/** * @uses empty() Just a test * @used-by anotherFunction() Just a description * @return void */ function sample() { empty(123); }
Source code links:
Originally from @alexkuc in microsoft/vscode#227717
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see there is support for tag
@uses
but there is no support for@used-by
even though both are valid phpdoc tags.As a result, tag
@used-by
does not get highlighting and is not included in the preview of the function:Source code links:
Originally from @alexkuc in microsoft/vscode#227717
The text was updated successfully, but these errors were encountered: