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
object Sample extends App { trait T { def m(): Unit } class A() extends T { override def m(): Unit = ??? } val t: T = new A() t.m() }
Try to find all usages(references) of A.m()
actual result - no usages expected result - t.m()
Im using metals v1.10.0 with vscode 1.55
The text was updated successfully, but these errors were encountered:
sorry, just found this one scalameta/metals-feature-requests#94
Sorry, something went wrong.
No branches or pull requests
Try to find all usages(references) of A.m()
actual result - no usages
expected result - t.m()
Im using metals v1.10.0 with vscode 1.55
The text was updated successfully, but these errors were encountered: