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

Add support for phpdoc tag @used-by #19

Open
alexr00 opened this issue Sep 13, 2024 · 0 comments
Open

Add support for phpdoc tag @used-by #19

alexr00 opened this issue Sep 13, 2024 · 0 comments

Comments

@alexr00
Copy link

alexr00 commented Sep 13, 2024

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:

/**
 * @uses empty() Just a test
 * @used-by anotherFunction() Just a description
 * @return void 
 */
function sample() {
  empty(123);
}

image

image

Source code links:

Originally from @alexkuc in microsoft/vscode#227717

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant