-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Custom attributes are not treated as a first-class concept #711
Labels
Milestone
Comments
Pilchie
changed the title
[Area-IDE][Enhancement] Custom attributes are not treated as a first-class concept
Custom attributes are not treated as a first-class concept
Feb 20, 2015
It seems that custom attributes are becoming a major feature of Type Script as well: http://blogs.msdn.com/b/typescript/archive/2015/03/05/angular-2-0-built-on-typescript.aspx Time to properly support them in IDE across all languages. |
Unlikely to do this given lack of customer feedback on this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Custom attributes are a very special (underappreciated) language construct. The fact that they are classes is merely an implementation detail.
They can be:
Action items:
PS: is QuickInfo the Roslyn's term for this kind of tooltips?
The text was updated successfully, but these errors were encountered: