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
When a method is called, the part that precedes it is incorrectly highlighted by the method's color
value.Replace("{","{{").Replace("}","}}")
Correct highlighting for each step of the chained call
The text was updated successfully, but these errors were encountered:
This bug seems to be coming from FSAC.
When inspecting the tokens it seems like the range for the semantic token are off:
We have a range for:
"".Replace
("{","{{").Replace
but they should be split in several smaller ranges:
""
.
Replace
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When a method is called, the part that precedes it is incorrectly highlighted by the method's color
sample reproduction
Expected behaviour
Correct highlighting for each step of the chained call
Screenshots
Machine info
The text was updated successfully, but these errors were encountered: