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

Improve completion display by mapping more symbol kinds #1145

Merged
merged 1 commit into from
Jan 24, 2017

Conversation

DustinCampbell
Copy link
Member

No description provided.


// members
_kinds['EnumMember'] = CompletionItemKind.Property; // need a better option for this.
_kinds['Event'] = CompletionItemKind.Field; // need a better option for this.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe there is a long standing issue to add an event icon to that completion SVG in VS Code repo. Quite a shame it's still not there

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I piled on microsoft/vscode#2628 a little while ago.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aha - that one!

@DustinCampbell DustinCampbell merged commit 634261f into dotnet:master Jan 24, 2017
@filipw
Copy link
Contributor

filipw commented Jan 24, 2017

on a related note.. I didn't realize this is already there in Roslyn https://github.com/dotnet/roslyn/blob/master/src/Compilers/Core/Portable/Symbols/SymbolKind.cs#L108 😄

@DustinCampbell
Copy link
Member Author

Well, yeah! We gotta keep moving on the language. 😄

@DustinCampbell DustinCampbell deleted the fix-completion-display branch January 31, 2017 20:44
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