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
Repro:
fn foo() { let foo<caret>bar = 123; }
enum Foo { Bar, } fn foo() { let x = Foo::Bar; match x { Foo::Ba<caret>r => {}, } }
does not go to to this symbol.
The text was updated successfully, but these errors were encountered:
textDocument/references
Maybe related: https://github.com/software-mansion/cairols/pull/155/files/3401252597c68f57682e4975ea5f575c2c6576e2#r1918138079
Sorry, something went wrong.
mkaput
No branches or pull requests
Repro:
does not go to to this symbol.
The text was updated successfully, but these errors were encountered: