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
Reported by @AndaBucsa in cake-build/cake#3171 (reply in thread)
I noticed however that Find All References / CodeLense doesn't report usages from other files, it only reports usages from the same file.
Needs investigation / repro to confirm behavior.
@bjorkstromm Is expected behavior / current limitation?
The text was updated successfully, but these errors were encountered:
That's currently a limitation by design.
If a.cake loads b.cake, when in the context of b.cake it's currently not possible to find references from a.cake as it's not in the current context.
a.cake
b.cake
Sorry, something went wrong.
No branches or pull requests
Reported by @AndaBucsa in cake-build/cake#3171 (reply in thread)
Needs investigation / repro to confirm behavior.
@bjorkstromm Is expected behavior / current limitation?
The text was updated successfully, but these errors were encountered: