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

Text gets duplicated in Find References if there are multiple classifications #32641

Closed
jasonmalinowski opened this issue Jan 18, 2019 · 1 comment · Fixed by #32725
Closed
Assignees
Labels
Area-IDE Bug Regression Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Milestone

Comments

@jasonmalinowski
Copy link
Member

Steps to Reproduce:

  1. Be a part of the enhanced colors flight.
  2. Copy this into a source file:
        const int Foo = 42;
        const int Bar = Foo;
  1. Invoke Find References on Foo.

Actual Behavior:

image

Observe the "BarBar". Since we now have two classifications on this span, we aren't handling it well. Also note the span for Foo (which should be highlighted as the thing we're search on) is all screwed up.

@jasonmalinowski jasonmalinowski added this to the 16.0.P3 milestone Jan 18, 2019
@jasonmalinowski
Copy link
Member Author

This is fallout of the enhanced colors work. @JoeRobich any chance this is a dupe?

@jinujoseph jinujoseph added the Bug label Jan 23, 2019
@jinujoseph jinujoseph added the 4 - In Review A fix for the issue is submitted for review. label Jan 25, 2019
@sharwell sharwell added Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented and removed 4 - In Review A fix for the issue is submitted for review. labels Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Bug Regression Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants