denofevil / AureliaStorm

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

Does this plugin work with latest IntelliJ (2018.2)? #31

Closed seagullmouse closed 6 years ago

seagullmouse commented 6 years ago

I think the linking between view (html) files and view-model (.ts) files is broken with 2018.2.

Symptoms

E.g. Something like in view... <button click.delegate="doSomething()>Click me</button>

in view-model... export class Page1{ doSomething(){ alert(1); } }

seagullmouse commented 6 years ago

I updated the plugin this morning (v 0.7) and still have the same issue. Are you sure it's resolved by this fix?

denofevil commented 6 years ago

I was until now 😊 Can you provide a small sample project to test?

seagullmouse commented 5 years ago

Can anyone confirm if they have the plugin working in 2018.2.X?

I had to rollback to 2018.1 to get this working.

I appreciate I still haven't had time to provide a sample project for this yet.