-
Notifications
You must be signed in to change notification settings - Fork 31
Missing Scala Precise Code Intelligence when Overriding Fields #413
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
Comments
Thank you for reporting! I'm able to reproduce. I opened #471 that should fix this issue. Please note that the latest version of scip-java emits SCIP by default instead of LSIF. I recommend using |
@wchau I just released scip-java v0.8.2 that includes the fix for this issue. Please note the comment above about using the |
Reopening this is issue since "Find references" on the The scip-java indexer emits correct SCIP data but the Sourcegraph backend does not include This Sourcegraph backend issue is tracked here https://github.com/sourcegraph/sourcegraph/issues/50927 and I will close this issue once the upstream issue is fixed. |
Fixes #413. Previously, "find references" and "find implementations" didn't work as expected with Sourcegraph 5.0 due to https://github.com/sourcegraph/sourcegraph/issues/50927. This PR is a workaround until that issue gets fixed so that users can index with scip-java and get the best possible navigation experience.
Fixes #413. Previously, "find references" and "find implementations" didn't work as expected with Sourcegraph 5.0 due to https://github.com/sourcegraph/sourcegraph/issues/50927. This PR is a workaround until that issue gets fixed so that users can index with scip-java and get the best possible navigation experience.
lsif-java
version:0.7.7
Type of code: Overriding Fields in Scala
Expected behavior: When clicking on "Find References" on the overridden fields, the abstract field / base field should show up in Precise Code Intelligence. Vice versa.
Actual behavior: It does not show up. Vice versa.
The text was updated successfully, but these errors were encountered: