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

include constant values in TypeLookup #1420

Merged
merged 4 commits into from
Mar 16, 2019

Conversation

filipw
Copy link
Member

@filipw filipw commented Mar 12, 2019

Fixes dotnet/vscode-csharp#2857

We currently use ToMinimalDisplayString to format non-named type symbols, which under the hood uses SymbolDisplayFormat.MinimallyQualifiedFormat. This PR extended SymbolDisplayFormat.MinimallyQualifiedFormat with IncludeConstantValue .

In the future we will use dotnet/roslyn#20554 but this PR is a quick win we can take in.

@david-driscoll david-driscoll merged commit 0daf4ec into master Mar 16, 2019
@filipw filipw deleted the feature/typelookup-constant branch April 9, 2019 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants