denofevil / AureliaStorm

This plugin brings support for Aurelia framework to the IntelliJ platform
MIT License
35 stars 6 forks source link

autocomplete methods in attributes with `.call` suffix #16

Closed atsu85 closed 7 years ago

atsu85 commented 8 years ago

I've created custom element, that I'm using like this: <my-button click.call="someMethod()"></my-button>

In this case autocomplete in click.call attribute content doesn't suggest methods from viewModel, but when replacing click.call with click.delegate or click.trigger, then autocomplete works as expected.

denofevil commented 8 years ago

@atsu85 it can be fixed by adding call to https://github.com/denofevil/AureliaStorm/blob/master/src/main/kotlin/com/github/denofevil/aurelia/Aurelia.kt#L11

atsu85 commented 8 years ago

Yeah, i saw that, just wanted to file the issue as i don't have time to fix it right now.

PS. Is this project funded by JetBrains or is it Your personal hobby project?

denofevil commented 8 years ago

@atsu85 I'm doing it in my free time, so I'm having same problem)

atsu85 commented 8 years ago

That's a shame :( (I mean for JetBrains, not for You ;) )

Perhaps You can provide an insight, what are the JetBrains plans with Aurelia plugin? JetBrains support (Yaroslav Bedrov) pointed me to this plugin, so at least "they" are aware You are working on it. I really hope it will get some attention from JetBrains as well.

denofevil commented 8 years ago

I'm WebStorm team lead, so I guess that's quite enough attention :) Right now the plan is to see how it goes with this plugin and depending on the results we either keep it as it is or dedicate more resources.

Turbo87 commented 7 years ago

depending on the results we either keep it as it is or dedicate more resources.

I know I can be annoying and this is slightly off-topic, but are there similar plans for Ember? 😉

denofevil commented 7 years ago

Fixed in 0.4