-
Notifications
You must be signed in to change notification settings - Fork 839
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
No SymbolKind and CompletionItemKind for traits #158
Labels
feature-request
Request for new features or functionality
Comments
I mark this as a dup of #129. |
I see your point. Will keep this one open then as well. |
Just posting to add a vote for needing this. (We need it for the Hack language, which derives from PHP.) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://en.wikipedia.org/wiki/Trait_(computer_programming)
Pretty common in programming languages (see supported languages of that article), for example in PHP: http://php.net/manual/en/language.oop5.traits.php
These cannot currently be represented by a
SymbolKind
orCompletionItem
.The text was updated successfully, but these errors were encountered: