denofevil / AureliaStorm

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

Use TypeScript for intellisense #10

Closed atsu85 closed 8 years ago

atsu85 commented 8 years ago

With typescript type info from Viewmodel classes it would be possible to suggest in addition to properties and methods of VM class also nested properties and methods of VM class field, such as ${user.getAddress().city}

atsu85 commented 8 years ago

Smth like @MeirionHughes does in aurelia-template-lint. See failure message of test rejects bad attribute binding to imported type as an example for what i mean.

denofevil commented 8 years ago

@atsu85 that thing is already working, non existing fields are highlighted

atsu85 commented 8 years ago

@denofevil, I didn't see it, but it looks like I'm experiencing some other issue.