-
Notifications
You must be signed in to change notification settings - Fork 89
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
Find All References, Got To, Peek Definition dont work in all projects #158
Comments
Same problem, and Workspace symbol search not working too. |
Might link to the issue I keep encountering which I raised on VS Code Github: microsoft/vscode#24506 |
Possibly related:
Only seems to happen when the file I try to get references for is marked as Modified by GIT. Note that the path starts with git:// instead of file:// which might be the problem. |
It doesn't work when html/javascript file mixed to php file. If it is a pure php file, it works well. |
Same error here. |
Find All References, Got To Definition, Peek Definition work not in all projects.
In some opened workspaces 'Find All References' works only for $variables, but not for functions, strings, etc.
I see only "Loading..." text and nothing more.
And 'Got To Definition', 'Peek Definition' dont work for 'variable_name' or 'function_name' in quotation marks or I see spinning wheel effect.
But in most projects it is OK.
Example where it doest work: https://downloads.wordpress.org/plugin/wordpress-seo.5.5.1.zip
I have no errors in Console and Output.
Tried on Windows and MAC OS, latest VS Code 1.16.1 and 1.17 insides
What additions info I need to provide?
And do I need to install php-language-server, or only PHP IntelliSense extension is enough for VS Code?
The text was updated successfully, but these errors were encountered: