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
It seems that the "Go To Definition" across multiple Work-Root does not work properly.
I've 7 folders in my VS Workspace, all PHP.
I wait until indexing is completed, than I try "Go to Definition" for a function of my library, the system does not finds any definition.
I open the file in the editor, from that moment on it works.
The only weird thing I can notice is the startup error in DevTools for VSCode.
[Extension Host] DEBUG Checking PHPLS_ALLOW_XDEBUG DEBUG The xdebug extension is not loaded t.log @ /usr/share/code/resources/app/out/vs/workbench/workbench.main.js:263
[Extension Host] DEBUG Checking PHPLS_ALLOW_XDEBUG DEBUG The xdebug extension is not loaded
t.log @ /usr/share/code/resources/app/out/vs/workbench/workbench.main.js:263
I don't know how to provide you an example, as it works with small folders (I've allowed 4GB for PHP)
valerio@beatrice:/work/projects/library$ find . | wc -l 29306 valerio@beatrice:/work/projects/library$
valerio@beatrice:/work/clients_www$ find . | wc -l 5441 valerio@beatrice:/work/clients_www$
The text was updated successfully, but these errors were encountered:
Duplicate of #513
Sorry, something went wrong.
No branches or pull requests
It seems that the "Go To Definition" across multiple Work-Root does not work properly.
I've 7 folders in my VS Workspace, all PHP.
I wait until indexing is completed, than I try "Go to Definition" for a function of my library, the system does not finds any definition.
I open the file in the editor, from that moment on it works.
The only weird thing I can notice is the startup error in DevTools for VSCode.
I don't know how to provide you an example, as it works with small folders (I've allowed 4GB for PHP)
valerio@beatrice:/work/projects/library$ find . | wc -l
29306
valerio@beatrice:/work/projects/library$
valerio@beatrice:/work/clients_www$ find . | wc -l
5441
valerio@beatrice:/work/clients_www$
The text was updated successfully, but these errors were encountered: