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

Fix find references bug in VS for operators which start with '>' #15386

Merged

Conversation

sudqijawabreh
Copy link
Contributor

This fixes #15376. The issue is caused by the VS tokenizer where it considers the first '>' token in as a punctuation not an operator which leads to no symbols to be found.

@sudqijawabreh sudqijawabreh requested a review from a team as a code owner June 14, 2023 05:24
@nojaf
Copy link
Contributor

nojaf commented Jun 14, 2023

Nice work @sudqijawabreh!

@abonie abonie merged commit bc53e0d into dotnet:main Jun 14, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Find All References and Go To Definition doesn't work on >=> in Giraffe
5 participants