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

VSCode: Go To Definition multiwork-root #646

Closed
thetechpanda opened this issue May 31, 2018 · 1 comment
Closed

VSCode: Go To Definition multiwork-root #646

thetechpanda opened this issue May 31, 2018 · 1 comment

Comments

@thetechpanda
Copy link

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

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$

@felixfbecker
Copy link
Owner

Duplicate of #513

@felixfbecker felixfbecker marked this as a duplicate of #513 May 31, 2018
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

2 participants