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

Interfaces colored as classes in tooltips #5385

Closed
asik opened this issue Jul 25, 2018 · 4 comments · Fixed by #9563
Closed

Interfaces colored as classes in tooltips #5385

asik opened this issue Jul 25, 2018 · 4 comments · Fixed by #9563
Labels
Area-FCS Bug Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone

Comments

@asik
Copy link
Contributor

asik commented Jul 25, 2018

Interfaces are colored as classes instead of interfaces in different places in tooltips:

image
image
image

Visual Studio 15.7.5

@cartermp
Copy link
Contributor

Looks like if the interface is defined in F# it's fine:

image

But if it's non-.NET, it's misclassified:
image

@vasily-kirichenko
Copy link
Contributor

Disposables have their own color. May it be the case?

@cartermp cartermp modified the milestones: 16.0, 16.1 Feb 21, 2019
@cartermp cartermp modified the milestones: 16.1, 16.2 Apr 23, 2019
@cartermp cartermp modified the milestones: 16.2, Backlog Apr 30, 2019
@cartermp
Copy link
Contributor

cartermp commented Jun 27, 2020

There are at least 3 separate issues in the tooltips here:

  • Interface as the type of a value (or return type) not getting tagged properly
  • Interface as the type of a property or return type of a member not getting tagged properly
  • Interface when show in XML documentation (via xref tags I presume) not getting tagged properly

@cartermp
Copy link
Contributor

Using #9606 as the canonical issue for coloring within the text of an XML comment

@dsyme dsyme added the Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code. label Aug 26, 2020
@cartermp cartermp modified the milestones: Backlog, 16.9 Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-FCS Bug Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code.
Projects
None yet
4 participants