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 don;t understand the above warning. I got here by opening the extension in vscode and clicking the Github releases and then selecting issues.
In a PHP class file, right-click on a function like this
$result = self::processRemovals_checkParameters()
and select Go To Definition.
Actual result: message "No definition found for processRemovals_checkParameters".
Expected result:The cursor jumps to the function.
Note that the function exists in the class file as private function and is executed correctly at run time.
The text was updated successfully, but these errors were encountered:
Is this plugin still supported?
Sorry, something went wrong.
No branches or pull requests
I don;t understand the above warning. I got here by opening the extension in vscode and clicking the Github releases and then selecting issues.
In a PHP class file, right-click on a function like this
$result = self::processRemovals_checkParameters()
and select Go To Definition.
Actual result: message "No definition found for processRemovals_checkParameters".
Expected result:The cursor jumps to the function.
Note that the function exists in the class file as private function and is executed correctly at run time.
The text was updated successfully, but these errors were encountered: