-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add support for ember-decorators #214
Comments
@rogatty that would be nice! can you work on adding support for that? |
I have no experience with Kotlin or IntelliJ plugins but I'll try to poke it with a stick if I find the time for it. |
it's not an Ember feature yet though, only an addon that promotes an unstable ES proposal. once this gets into mainstream Ember I could have a look, but for now it's not high on my todo list 😉 |
Octane is almost done and this addon is very outdated compared to it. This is probably the main feature that is needed though. |
@robclancy I agree, would be great if someone could find the time to work on this. |
If you want to use JS native classes you also need to use http://ember-decorators.github.io/ember-decorators/latest/docs. Currently, this plugin doesn't understand what the decorators mean. When using the
@service
decorator, there is no lightning bolt icon linking to the service, unlike when usingserviceName: service()
.The text was updated successfully, but these errors were encountered: