intellij-emberjs icon indicating copy to clipboard operation
intellij-emberjs copied to clipboard

v2017.1.3-0 - Find by Class has incorrect in-app-repo file reference

Open GCheung55 opened this issue 8 years ago • 1 comments
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.

image

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

image

GCheung55 avatar Jun 30 '17 20:06 GCheung55

@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.

screen shot 2017-07-14 at 10 03 38 am 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

dwickern avatar Jul 14 '17 17:07 dwickern