intellij-emberjs
intellij-emberjs copied to clipboard
v2017.1.3-0 - Find by Class has incorrect in-app-repo file reference
trafficstars
I'm using v2017.1.3-0 with Webstorm 2017.1.1.
The class name I enter points to the wrong file in an in-app-repo.
For example, I have an in-repo-addon named activities-engine.

When finding activity route I get a file in (activities-engine addon) which opens the lib/activities-engine/app/routes/activities/activity.js. Search results don't show a reference to lib/activities-engine/addon/routes/activities/activity.js

@GCheung55 I'm not sure why you only see the one entry for the class. There should be two since the class exists in app and addon. They have the same text, which should be fixed, but that won't help you if you're only seeing one entry.
That's what I see in a completely new project after running
ember g in-repo-addon in-repo-addon
ember g component foo-bar -ir in-repo-addon