denofevil / AureliaStorm

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

Plugin incompatible with recent versions of IntelliJ #33

Closed seagullmouse closed 5 years ago

seagullmouse commented 5 years ago

This is a reopening of issue #31 with further information.

As requested I have tested with a minimal Aurelia project.

Steps to reproduce

  1. Download IntelliJ 2018.1.6 and IntelliJ 2018.3.2
  2. Clone the app-contacts project from https://github.com/aurelia/app-contacts
  3. Create a new project with from the app-contacts folder in IntelliJ
  4. Open the file contact-list.html

IntelliJ 2018.1.6 screenshot 2018-12-31 at 16 37 05 The properties are correctly highlighted (notice the purple colour) and can be clicked Cmd-Clicked to go to the property definition in the view-model.

IntelliJ 2018.3.2 screenshot 2018-12-31 at 16 30 44

The properties are not highlighted (notice the normal font colour) and cannot be clicked Cmd-Clicked. IntelliJ marks the properties as unused within the view-model.

denofevil commented 5 years ago

@seagullmouse thank you for the repro, I've fixed the issue, update will be available soon

seagullmouse commented 5 years ago

@denofevil This is an issue again with version 2019.2